From 02ff9c50b05e5e57f12c04f4c9b500a648f84e43 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Fri, 17 Oct 2025 12:53:51 +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 8b4a6ad..dbefe67 100644 --- a/build.sbt +++ b/build.sbt @@ -15,7 +15,7 @@ ThisBuild / developers := List( ThisBuild / tlSitePublishBranch := Some("main") val Scala213 = "2.13.16" -ThisBuild / crossScalaVersions := Seq(Scala213, "3.3.6") +ThisBuild / crossScalaVersions := Seq(Scala213, "3.3.7") ThisBuild / scalaVersion := Scala213 // the default Scala lazy val root = tlCrossRootProject.aggregate(core, mtl, testkit, circe)