~wegtam/smederee

Showing details for patch df0300ce6b2c895844ea64c557637d8c63c7734c.
2025-05-08 (Thu), 2:58 PM - Jens Grassel - df0300ce6b2c895844ea64c557637d8c63c7734c

Update scala to 3.3.6

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	2025-05-11 22:59:22.318898314 +0000
+++ new-smederee/build.sbt	2025-05-11 22:59:22.318898314 +0000
@@ -10,7 +10,7 @@
 
 inThisBuild(
     Seq(
-        scalaVersion     := "3.3.5",
+        scalaVersion     := "3.3.6",
         organization     := "de.smederee",
         organizationName := "Contributors as noted in the AUTHORS.md file",
         version          := "0.18.0-SNAPSHOT",