Skip to content

Commit

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

Update play-docs-sbt-plugin, ... to 2.8.1
mergify[bot] authored Feb 9, 2020
2 parents 7a221c5 + e72addf commit 45a45bc
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
@@ -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.0"))
addSbtPlugin("com.typesafe.play" % "play-docs-sbt-plugin" % sys.props.getOrElse("play.version", "2.8.0"))
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % sys.props.getOrElse("play.version", "2.8.1"))
addSbtPlugin("com.typesafe.play" % "play-docs-sbt-plugin" % sys.props.getOrElse("play.version", "2.8.1"))
addSbtPlugin("com.typesafe.play" % "interplay" % sys.props.get("interplay.version").getOrElse("3.0.0"))

addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.3.1")

0 comments on commit 45a45bc

Please sign in to comment.