From 0f6bbf961f3129fad523b97bf47a96eaa953753d Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 27 Jul 2020 16:48:42 +0200 Subject: [PATCH] Update sbt-twirl to 1.5.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 4b959e0e3a..a9d091a4d2 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -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+