sritchie / scala-rl

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

Update util-core to 21.3.0 #181

Closed scala-steward closed 3 years ago

scala-steward commented 3 years ago

Updates com.twitter:util-core from 21.2.0 to 21.3.0. 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.

Configure Scala Steward for your repository with a .scala-steward.conf file.

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 = "com.twitter", artifactId = "util-core" } ] ```

labels: library-update, semver-minor

codecov[bot] commented 3 years ago

Codecov Report

Merging #181 (7d598a4) into develop (9b7c372) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop     #181   +/-   ##
========================================
  Coverage    21.38%   21.38%           
========================================
  Files           48       48           
  Lines         1113     1113           
  Branches        43       43           
========================================
  Hits           238      238           
  Misses         875      875           

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 9b7c372...7d598a4. Read the comment docs.

scala-steward commented 3 years ago

Superseded by #187.