Skip to content

Commit

Permalink
Twirl 1.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mkurz committed Feb 27, 2024
1 parent 53085d2 commit f2ca3ae
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.8.0")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")

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

// Required for IDE docs
addSbtPlugin("com.github.sbt" % "sbt-eclipse" % "6.2.0")
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ val sbtJmh = "0.4.7"
val webjarsLocatorCore = "0.55"
val sbtHeader = "5.8.0"
val scalafmt = "2.4.6"
val sbtTwirl: String = sys.props.getOrElse("twirl.version", "1.6.4") // sync with documentation/project/plugins.sbt
val sbtTwirl: String = sys.props.getOrElse("twirl.version", "1.6.5") // sync with documentation/project/plugins.sbt

buildInfoKeys := Seq[BuildInfoKey](
"sbtNativePackagerVersion" -> sbtNativePackager,
Expand Down

0 comments on commit f2ca3ae

Please sign in to comment.