sritchie / scala-rl

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

Update sbt-release to 1.1.0 #207

Closed scala-steward closed 7 months ago

scala-steward commented 3 years ago

Updates com.github.sbt:sbt-release from 1.0.15 to 1.1.0. 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 = "com.github.sbt", artifactId = "sbt-release" } ] ```

labels: sbt-plugin-update, semver-minor

scala-steward commented 7 months ago

Superseded by #283.