~jan0sch/smederee

Showing details for patch 625340335b19df275a1efd794837b7d21925a470.
2024-03-01 (Fri), 2:11 PM - Jens Grassel - 625340335b19df275a1efd794837b7d21925a470

Update Scala to 3.3.3

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-01-12 12:43:45.251235374 +0000
+++ new-smederee/build.sbt	2025-01-12 12:43:45.251235374 +0000
@@ -17,7 +17,7 @@
 
 inThisBuild(
     Seq(
-        scalaVersion     := "3.3.1",
+        scalaVersion     := "3.3.3",
         organization     := "de.smederee",
         organizationName := "Contributors as noted in the AUTHORS.md file",
         version          := "0.12.0-SNAPSHOT",