sritchie / scala-rl

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

Update sbt-sonatype to 3.8.1 #58

Closed scala-steward closed 4 years ago

scala-steward commented 4 years ago

Updates org.xerial.sbt:sbt-sonatype from 3.8 to 3.8.1. 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.xerial.sbt", artifactId = "sbt-sonatype" } ] ```
codecov[bot] commented 4 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff            @@
##           develop      #58   +/-   ##
========================================
  Coverage    25.85%   25.85%           
========================================
  Files           42       42           
  Lines          905      905           
  Branches        30       30           
========================================
  Hits           234      234           
  Misses         671      671

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...36ec557. Read the comment docs.