Skip to content

Commit

Permalink
Merge pull request #404 from scala-steward/update/play-docs-2.9.0-RC3
Browse files Browse the repository at this point in the history
Play 2.9.0-RC3 (was 2.9.0-RC2)
  • Loading branch information
ihostage authored Oct 17, 2023
2 parents 1156ded + 57ee155 commit d11cc58
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 d11cc58

Please sign in to comment.