From fdf5e30f9505869443185ef3c211c42ca1e35f3b Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 15 Oct 2025 20:06:52 +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 35e136d..7619619 100644 --- a/build.sbt +++ b/build.sbt @@ -2,7 +2,7 @@ import sbtcrossproject.CrossPlugin.autoImport.crossProject val Scala212 = "2.12.20" val Scala213 = "2.13.17" -val Scala3 = "3.3.6" +val Scala3 = "3.3.7" ThisBuild / scalaVersion := Scala212 ThisBuild / crossScalaVersions := Seq(Scala212, Scala213, Scala3)