Skip to content

Commit

Permalink
Update twirl-api to 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Mar 19, 2021
1 parent ed2604c commit 2592eaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/plugins.sbt
Expand Up @@ -11,7 +11,7 @@ val sbtJmh = "0.4.0"
val webjarsLocatorCore = "0.46"
val sbtHeader = "5.6.0"
val scalafmt = "2.0.1"
val sbtTwirl: String = sys.props.getOrElse("twirl.version", "1.5.0") // sync with documentation/project/plugins.sbt
val sbtTwirl: String = sys.props.getOrElse("twirl.version", "1.5.1") // sync with documentation/project/plugins.sbt
val interplay: String = sys.props.getOrElse("interplay.version", "3.0.0")

buildInfoKeys := Seq[BuildInfoKey](
Expand Down

0 comments on commit 2592eaa

Please sign in to comment.