Skip to content

Commit

Permalink
Merge pull request #287 from ignasi35/bump-play-doc-on-docs-subproject
Browse files Browse the repository at this point in the history
Bumps play-docs on docs/ subproject
  • Loading branch information
mergify[bot] authored Dec 13, 2019
2 parents 485193a + d0a6850 commit 04ad0c7
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 @@ -4,6 +4,6 @@ lazy val sbtTwirl = ProjectRef(Path.fileProperty("user.dir").getParentFile, "plu

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

addSbtPlugin("com.typesafe.play" % "play-docs-sbt-plugin" % sys.props.getOrElse("play.version", "2.8.0-M3"))
addSbtPlugin("com.typesafe.play" % "play-docs-sbt-plugin" % sys.props.getOrElse("play.version", "2.8.0"))
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.3.1")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.3.0")

0 comments on commit 04ad0c7

Please sign in to comment.