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 19.12.0 #70

Closed scala-steward closed 4 years ago

scala-steward commented 4 years ago

Updates com.twitter:util-core from 19.11.0 to 19.12.0. 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 = "com.twitter", artifactId = "util-core" } ] ```

labels: semver-minor

codecov[bot] commented 4 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff            @@
##           develop      #70   +/-   ##
========================================
  Coverage    21.94%   21.94%           
========================================
  Files           47       47           
  Lines         1071     1071           
  Branches        34       34           
========================================
  Hits           235      235           
  Misses         836      836

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 cde0d7b...dca7629. Read the comment docs.