~jan0sch/smederee

Showing details for patch 87a84591d19ed54c4c6e93b103f40c0807595809.
2023-09-08 (Fri), 6:38 AM - Jens Grassel - 87a84591d19ed54c4c6e93b103f40c0807595809

Update Scala to 3.3.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-01-15 09:15:30.194688951 +0000
+++ new-smederee/build.sbt	2025-01-15 09:15:30.194688951 +0000
@@ -17,7 +17,7 @@
 
 inThisBuild(
   Seq(
-    scalaVersion := "3.3.0",
+    scalaVersion := "3.3.1",
     organization := "de.smederee",
     organizationName := "Contributors as noted in the AUTHORS.md file",
     version := "0.9.0-SNAPSHOT",