~jan0sch/smederee

Showing details for patch 5353a3f8dcc34ab36cb2d84dc94454ab36e9a0a3.
2022-11-23 (Wed), 3:15 PM - Jens Grassel - 5353a3f8dcc34ab36cb2d84dc94454ab36e9a0a3

Update Scala to 3.2.1

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-02-01 12:54:27.616007521 +0000
+++ new-smederee/build.sbt	2025-02-01 12:54:27.616007521 +0000
@@ -14,7 +14,7 @@
 
 inThisBuild(
   Seq(
-    scalaVersion := "3.2.0",
+    scalaVersion := "3.2.1",
     organization := "de.smederee",
     organizationName := "Contributors as noted in the AUTHORS.md file",
     scalacOptions ++= Seq(