Skip to content

Commit

Permalink
play-docs, play-docs-sbt-plugin, ... 2.9.0-RC3 (was 2.9.0-RC2)
Browse files Browse the repository at this point in the history
(cherry picked from commit 57ee155)
  • Loading branch information
scala-steward authored and mergify[bot] committed Oct 17, 2023
1 parent 08bdb06 commit f20e55f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ lazy val sbtPlayEbean = ProjectRef(Path.fileProperty("user.dir").getParentFile,

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

addSbtPlugin("com.typesafe.play" % "play-docs-sbt-plugin" % sys.props.getOrElse("play.version", "2.9.0-RC2"))
addSbtPlugin("com.typesafe.play" % "play-docs-sbt-plugin" % sys.props.getOrElse("play.version", "2.9.0-RC3"))

addSbtPlugin("com.lightbend.sbt" % "sbt-java-formatter" % "0.8.0")

Expand Down

0 comments on commit f20e55f

Please sign in to comment.