~jan0sch/smederee

Showing details for patch 8b2b047d617cc6cd5ca2dabce02e6a5031eb6aef.
2023-06-14 (Wed), 4:10 PM - Jens Grassel - 8b2b047d617cc6cd5ca2dabce02e6a5031eb6aef

Update sbt-twirl to 1.6.0-RC4

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 05:21:23.040504176 +0000
+++ new-smederee/project/plugins.sbt	2025-01-16 05:21:23.040504176 +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-RC3")
+addSbtPlugin("com.typesafe.play" % "sbt-twirl"           % "1.6.0-RC4")
 // Needed to build debian packages via java (for sbt-native-packager).
 libraryDependencies += "org.vafer" % "jdeb" % "1.10" artifacts (Artifact("jdeb", "jar", "jar"))