From d231a3d032dfa98c93568c1986ac26b8becfa7a3 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 15 Oct 2025 15:55:22 +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 11d515a3..2c108f48 100644 --- a/build.sbt +++ b/build.sbt @@ -20,7 +20,7 @@ lazy val commonSettings = Seq( url("https://github.com/firstbirdtech/backbone/graphs/contributors") ), scalaVersion := "2.13.16", - crossScalaVersions := Seq("2.13.16", "3.3.6"), + crossScalaVersions := Seq("2.13.16", "3.3.7"), scalacOptions ++= { Seq( "-deprecation",