Skip to content

Commit

Permalink
Merge pull request #11274 from scala-steward/update/sbt-twirl-1.6.0-M6
Browse files Browse the repository at this point in the history
sbt-twirl, twirl-api 1.6.0-M6 (was 1.6.0-M1)
  • Loading branch information
mkurz committed May 15, 2022
2 parents a2f086a + cd512be commit 4c98bae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion documentation/project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ addSbtPlugin("com.lightbend.sbt" % "sbt-java-formatter" % "0.7.0")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.0.7")

// Required for Tutorial
addSbtPlugin("com.typesafe.play" % "sbt-twirl" % "1.6.0-M1") // sync with project/plugins.sbt
addSbtPlugin("com.typesafe.play" % "sbt-twirl" % "1.6.0-M6") // sync with project/plugins.sbt

// Required for IDE docs
addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "5.2.4")
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ val sbtJmh = "0.4.3"
val webjarsLocatorCore = "0.50"
val sbtHeader = "5.7.0"
val scalafmt = "2.0.1"
val sbtTwirl: String = sys.props.getOrElse("twirl.version", "1.6.0-M1") // sync with documentation/project/plugins.sbt
val sbtTwirl: String = sys.props.getOrElse("twirl.version", "1.6.0-M6") // sync with documentation/project/plugins.sbt
val interplay: String = sys.props.getOrElse("interplay.version", "3.0.5")

buildInfoKeys := Seq[BuildInfoKey](
Expand Down

0 comments on commit 4c98bae

Please sign in to comment.