diff --git a/project/plugins.sbt b/project/plugins.sbt index 3e6120e..46d5425 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.8") +addSbtPlugin("org.playframework.twirl" % "sbt-twirl" % "2.0.9") addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.3")