From b839173081dd43c58926f5cec5738c0de79f7140 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 15 Oct 2025 20:09:25 +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 27a5f90..83b8837 100644 --- a/build.sbt +++ b/build.sbt @@ -2,7 +2,7 @@ import scalapb.compiler.Version.scalapbVersion scalaVersion := "2.13.16" -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"