~wegtam/smederee

Showing details for patch fd76c1257d936b4e1da5b0398d5e8b067dce012e.
2024-09-27 (Fri), 11:22 AM - Jens Grassel - fd76c1257d936b4e1da5b0398d5e8b067dce012e

Update Scala to 3.3.4

Summary of changes
1 files modified with 1 lines added and 1 lines removed
  • build.sbt with 1 added and 1 removed lines
diff -rN -u old-smederee/build.sbt new-smederee/build.sbt
--- old-smederee/build.sbt	2024-11-22 15:36:20.660996020 +0000
+++ new-smederee/build.sbt	2024-11-22 15:36:20.660996020 +0000
@@ -10,7 +10,7 @@
 
 inThisBuild(
     Seq(
-        scalaVersion     := "3.3.3",
+        scalaVersion     := "3.3.4",
         organization     := "de.smederee",
         organizationName := "Contributors as noted in the AUTHORS.md file",
         version          := "0.15.0-SNAPSHOT",