sritchie / scala-rl

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

Update sbt-scalafmt to 2.0.6 #27

Closed scala-steward closed 5 years ago

scala-steward commented 5 years ago

Updates org.scalameta:sbt-scalafmt from 2.0.5 to 2.0.6.

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 = "sbt-scalafmt" } ] ```

labels: semver-patch

codecov[bot] commented 5 years ago

Codecov Report

Merging #27 into develop will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           develop     #27   +/-   ##
=======================================
  Coverage     5.42%   5.42%           
=======================================
  Files           26      26           
  Lines          479     479           
  Branches        15      15           
=======================================
  Hits            26      26           
  Misses         453     453

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 bf62baf...183b1fd. Read the comment docs.