sritchie / scala-rl

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

Update sbt-jmh to 0.4.3 #204

Closed scala-steward closed 1 year ago

scala-steward commented 3 years ago

Updates pl.project13.scala:sbt-jmh from 0.4.0 to 0.4.3. 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.

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 = "pl.project13.scala", artifactId = "sbt-jmh" } ] ```

labels: sbt-plugin-update, semver-patch

scala-steward commented 1 year ago

Superseded by #254.