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.4.1 #92

Closed scala-steward closed 3 years ago

scala-steward commented 4 years ago

Updates org.scalameta:scalafmt-core from 2.3.2 to 2.4.1. GitHub Release Notes - Version Diff

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: library-update, semver-minor

codecov[bot] commented 4 years ago

Codecov Report

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

Impacted file tree graph

@@             Coverage Diff             @@
##           develop      #92      +/-   ##
===========================================
- Coverage    21.38%   21.35%   -0.03%     
===========================================
  Files           48       48              
  Lines         1113     1105       -8     
  Branches        43       43              
===========================================
- Hits           238      236       -2     
+ Misses         875      869       -6
Impacted Files Coverage Δ
...cala-rl-core/src/main/scala/com/scalarl/Util.scala 26.53% <0%> (-1.47%) :arrow_down:
...c/main/scala/com/scalarl/evaluate/StateValue.scala 100% <0%> (ø) :arrow_up:
...ook/src/main/scala/com/scalarl/book/Chapter5.scala 0% <0%> (ø) :arrow_up:
...ook/src/main/scala/com/scalarl/book/Chapter4.scala 21.95% <0%> (+0.52%) :arrow_up:
...-core/src/main/scala/com/scalarl/logic/Sweep.scala 83.33% <0%> (+4.38%) :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 add2fb8...0e2b8c2. Read the comment docs.