From 61d78ce008fc0cf5a20dc2aa35d077a03334ffe7 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 2 Jul 2025 08:52:51 +0000 Subject: [PATCH] Update sbt-twirl, twirl-api to 2.0.9 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 6326a22..510aad3 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -addSbtPlugin("org.playframework.twirl" % "sbt-twirl" % "2.0.7") +addSbtPlugin("org.playframework.twirl" % "sbt-twirl" % "2.0.9") // for providing version into code addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.13.1")