From f531cf2d623aedcbc7e218f6a79f54ca98c47334 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 15 Oct 2025 20:09:33 +0000 Subject: [PATCH] Update scala3-library to 3.3.7 in 0.12.x --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index c1d75ca..cd75e22 100644 --- a/build.sbt +++ b/build.sbt @@ -2,7 +2,7 @@ import scalapb.compiler.Version.scalapbVersion scalaVersion := "2.13.12" -crossScalaVersions := Seq("2.12.20", "2.13.16", "3.3.6") +crossScalaVersions := Seq("2.12.20", "2.13.16", "3.3.7") ThisBuild / organization := "com.thesamet.scalapb"