diff --git a/project/plugins.sbt b/project/plugins.sbt index 6574d99..cfa13b4 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ resolvers += "Typesafe repository" at "https://repo.typesafe.com/typesafe/releases/" -addSbtPlugin("org.playframework.twirl" % "sbt-twirl" % "2.0.1") +addSbtPlugin("org.playframework.twirl" % "sbt-twirl" % "2.0.4") addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12")