Skip to content

Commit

Permalink
Update sbt-twirl to 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jul 27, 2020
1 parent 7f39614 commit 0f6bbf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
addSbtPlugin("com.softwaremill.sbt-softwaremill" % "sbt-softwaremill" % "1.8.4")
addSbtPlugin("io.spray" % "sbt-boilerplate" % "0.6.1")
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.7.0")
addSbtPlugin("com.typesafe.sbt" % "sbt-twirl" % "1.4.2") // 1.5.x only supports sbt 1.3.0+
addSbtPlugin("com.typesafe.sbt" % "sbt-twirl" % "1.5.0") // 1.5.x only supports sbt 1.3.0+

0 comments on commit 0f6bbf9

Please sign in to comment.