We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f7baaa commit deffe25Copy full SHA for deffe25
build.sbt
@@ -9,7 +9,7 @@ lazy val postgresqlVersion = "42.7.8"
9
10
lazy val commonSettings = Seq(
11
scalaVersion := "2.13.17",
12
- crossScalaVersions := Seq("2.13.17", "3.3.6"),
+ crossScalaVersions := Seq("2.13.17", "3.3.7"),
13
libraryDependencySchemes += "org.scala-lang.modules" %% "scala-parser-combinators" % "always",
14
Test / fork := true,
15
javaOptions ++= {
0 commit comments