Skip to content

Commit

Permalink
[3.0.x] Patch updates (#1111)
Browse files Browse the repository at this point in the history
* [3.0.x] play-docs-sbt-plugin 3.0.6 (was 3.0.5)

* [3.0.x] sbt 1.10.6 (was 1.10.5)
  • Loading branch information
scala-steward authored Dec 1, 2024
1 parent d621377 commit ae7e132
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.10.5
sbt.version=1.10.6
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

resolvers ++= DefaultOptions.resolvers(snapshot = true)

addSbtPlugin("org.playframework" % "play-docs-sbt-plugin" % sys.props.getOrElse("play.version", "3.0.5"))
addSbtPlugin("org.playframework" % "play-docs-sbt-plugin" % sys.props.getOrElse("play.version", "3.0.6"))

addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.7")

Expand Down

0 comments on commit ae7e132

Please sign in to comment.