From fa3eb7f86ca55cad234ef174b32b55feb4f62498 Mon Sep 17 00:00:00 2001 From: "scalikejdbc-bot[bot]" <74833019+scalikejdbc-bot[bot]@users.noreply.github.com> Date: Fri, 9 May 2025 01:19:22 +0000 Subject: [PATCH] Update scala3-library to 3.3.6 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index ca4c1dc..8ce8b87 100644 --- a/build.sbt +++ b/build.sbt @@ -9,7 +9,7 @@ lazy val postgresqlVersion = "42.7.5" lazy val commonSettings = Seq( scalaVersion := "2.13.16", - crossScalaVersions := Seq("2.13.16", "3.3.5"), + crossScalaVersions := Seq("2.13.16", "3.3.6"), libraryDependencySchemes += "org.scala-lang.modules" %% "scala-parser-combinators" % "always", Test / fork := true, javaOptions ++= {