~jan0sch/smederee

Showing details for patch 9bc955a9cb58775a97df5059097b24ecde46b901.
2023-05-25 (Thu), 4:31 PM - Jens Grassel - 9bc955a9cb58775a97df5059097b24ecde46b901

Update Scala to 3.3.0

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-16 09:55:52.061294779 +0000
+++ new-smederee/build.sbt	2025-01-16 09:55:52.061294779 +0000
@@ -14,7 +14,7 @@
 
 inThisBuild(
   Seq(
-    scalaVersion := "3.3.0-RC6",
+    scalaVersion := "3.3.0",
     organization := "de.smederee",
     organizationName := "Contributors as noted in the AUTHORS.md file",
     scalacOptions ++= Seq(