Skip to content

Commit

Permalink
Merge pull request #685 from scala-steward/update/play-docs-sbt-plugi…
Browse files Browse the repository at this point in the history
…n-2.8.16

Update play-docs-sbt-plugin, ... to 2.8.16
  • Loading branch information
mkurz authored Jul 8, 2022
2 parents 8e936e9 + a9cbfeb commit 0973bb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ resolvers ++= Seq(
Resolver.sonatypeRepo("snapshots"), // used by deploy nightlies, which publish here & use -Dplay.version
)

addSbtPlugin("com.typesafe.play" % "sbt-plugin" % sys.props.getOrElse("play.version", "2.8.15"))
addSbtPlugin("com.typesafe.play" % "play-docs-sbt-plugin" % sys.props.getOrElse("play.version", "2.8.15"))
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % sys.props.getOrElse("play.version", "2.8.16"))
addSbtPlugin("com.typesafe.play" % "play-docs-sbt-plugin" % sys.props.getOrElse("play.version", "2.8.16"))
addSbtPlugin("com.typesafe.play" % "interplay" % sys.props.get("interplay.version").getOrElse("3.0.5"))

addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6")
Expand Down

0 comments on commit 0973bb0

Please sign in to comment.