sritchie / scala-rl

Functional Reinforcement Learning in Scala.
https://www.scalarl.com
Apache License 2.0
26 stars 5 forks source link

Update scalafmt-core to 2.3.2 #67

Closed scala-steward closed 4 years ago

scala-steward commented 4 years ago

Updates org.scalameta:scalafmt-core from 2.2.2 to 2.3.2. Release Notes/Changelog

I'll automatically update this PR to resolve conflicts as long as you don't change it yourself.

If you'd like to skip this version, you can just close this PR. If you have any feedback, just mention me in the comments below.

Have a fantastic day writing Scala!

Ignore future updates Add this to your `.scala-steward.conf` file to ignore future updates of this dependency: ``` updates.ignore = [ { groupId = "org.scalameta", artifactId = "scalafmt-core" } ] ```

labels: semver-minor

codecov[bot] commented 4 years ago

Codecov Report

Merging #67 into develop will increase coverage by 0.02%. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop      #67      +/-   ##
===========================================
+ Coverage    25.85%   25.88%   +0.02%     
===========================================
  Files           42       42              
  Lines          905      904       -1     
  Branches        30       30              
===========================================
  Hits           234      234              
+ Misses         671      670       -1
Impacted Files Coverage Δ
...re/src/main/scala/io/samritchie/rl/Evaluator.scala 91.66% <0%> (ø) :arrow_up:
...rc/main/scala/io/samritchie/connectfour/Game.scala 0% <0%> (ø) :arrow_up:
...cala/io/samritchie/rl/policy/bandit/Gradient.scala 0% <0%> (ø) :arrow_up:
...c/main/scala/io/samritchie/rl/plot/Tabulator.scala 0% <0%> (ø) :arrow_up:
...c/main/scala/io/samritchie/rl/state/MapState.scala 0% <0%> (ø) :arrow_up:
.../main/scala/io/samritchie/rl/world/CarRental.scala 0% <0%> (ø) :arrow_up:
...ain/scala/io/samritchie/rl/policy/bandit/UCB.scala 0% <0%> (ø) :arrow_up:
...main/scala/io/samritchie/rl/value/DecayState.scala 65% <0%> (ø) :arrow_up:
.../src/main/scala/io/samritchie/connectfour/IO.scala 0% <0%> (ø) :arrow_up:
...re/src/main/scala/io/samritchie/rl/util/Grid.scala 85.36% <0%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 358edbe...1ae6f20. Read the comment docs.