From b0baf8be52541a97acbce7edf2d33819444b6fc6 Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Thu, 29 Feb 2024 13:33:32 +0000 Subject: [PATCH] Update scala3-library, ... to 3.3.3 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index d996684..c18ff83 100644 --- a/build.sbt +++ b/build.sbt @@ -147,7 +147,7 @@ lazy val commonSettings = Def.settings( scalapropsCoreSettings, (Compile / unmanagedResources) += (LocalRootProject / baseDirectory).value / "LICENSE.txt", scalaVersion := Scala212, - crossScalaVersions := Seq(Scala212, "2.13.13", "3.3.2"), + crossScalaVersions := Seq(Scala212, "2.13.13", "3.3.3"), scalacOptions ++= { if (scalaBinaryVersion.value == "3") { Nil