From 5b96cbe2005d0e570b95173e82766f8b755e8587 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 26 Jun 2024 19:04:51 +0200 Subject: [PATCH] chore(deps): update dependency org.playframework.twirl:sbt-twirl to v2.0.6 (#173) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index a61db64..f7341ee 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -10,7 +10,7 @@ addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12") addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.1.5") addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.10.0") //addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "5.2.4") -addSbtPlugin("org.playframework.twirl" % "sbt-twirl" % "2.0.5") +addSbtPlugin("org.playframework.twirl" % "sbt-twirl" % "2.0.6") addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2") //addSbtPlugin("io.spray" % "sbt-revolver" % "0.10.0") addSbtPlugin("com.dwijnand" % "sbt-dynver" % "4.1.1")