~jan0sch/smederee

Showing details for patch 0b4de3b89e7bbb8d2ff70eb65c17ed4efc33b055.
2023-05-25 (Thu), 4:42 PM - Jens Grassel - 0b4de3b89e7bbb8d2ff70eb65c17ed4efc33b055

Update sbt-twirl to 1.6.0-RC3

Summary of changes
1 files modified with 1 lines added and 1 lines removed
  • project/plugins.sbt with 1 added and 1 removed lines
diff -rN -u old-smederee/project/plugins.sbt new-smederee/project/plugins.sbt
--- old-smederee/project/plugins.sbt	2025-01-16 07:43:51.380424950 +0000
+++ new-smederee/project/plugins.sbt	2025-01-16 07:43:51.380424950 +0000
@@ -4,6 +4,6 @@
 addSbtPlugin("ch.epfl.scala"     % "sbt-scalafix"        % "0.10.4")
 addSbtPlugin("org.scalameta"     % "sbt-scalafmt"        % "2.5.0")
 addSbtPlugin("org.scoverage"     % "sbt-scoverage"       % "2.0.7")
-addSbtPlugin("com.typesafe.play" % "sbt-twirl"           % "1.6.0-RC2")
+addSbtPlugin("com.typesafe.play" % "sbt-twirl"           % "1.6.0-RC3")
 // Needed to build debian packages via java (for sbt-native-packager).
 libraryDependencies += "org.vafer" % "jdeb" % "1.10" artifacts (Artifact("jdeb", "jar", "jar"))