~wegtam/smederee

Showing details for patch d87fc4a0dd2cfebfc880890b1667973cc13f0adc.
2025-02-10 (Mon), 5:45 PM - Jens Grassel - d87fc4a0dd2cfebfc880890b1667973cc13f0adc

Update scala to 3.3.5

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-04-11 04:42:37.656623836 +0000
+++ new-smederee/build.sbt	2025-04-11 04:42:37.656623836 +0000
@@ -10,7 +10,7 @@
 
 inThisBuild(
     Seq(
-        scalaVersion     := "3.3.4",
+        scalaVersion     := "3.3.5",
         organization     := "de.smederee",
         organizationName := "Contributors as noted in the AUTHORS.md file",
         version          := "0.16.0-SNAPSHOT",