From 75960fad420ff9208e12efea69189ff7def0b2cd Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 15 Oct 2025 20:31:42 +0000 Subject: [PATCH] Update scala3-library to 3.3.7 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index f58596b..c3d9d45 100644 --- a/build.sbt +++ b/build.sbt @@ -1,4 +1,4 @@ -val scalaVersions = Seq("2.13.17", "3.3.6") +val scalaVersions = Seq("2.13.17", "3.3.7") val defaultScalaVersion = scalaVersions.head // When defining JVM / Scala Native matrix we don't want duplicated projects for Scala 2/3