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 bef006b commit 1f7baaaCopy full SHA for 1f7baaa
build.sbt
@@ -8,8 +8,8 @@ lazy val h2Version = "2.4.240"
8
lazy val postgresqlVersion = "42.7.8"
9
10
lazy val commonSettings = Seq(
11
- scalaVersion := "2.13.16",
12
- crossScalaVersions := Seq("2.13.16", "3.3.6"),
+ scalaVersion := "2.13.17",
+ crossScalaVersions := Seq("2.13.17", "3.3.6"),
13
libraryDependencySchemes += "org.scala-lang.modules" %% "scala-parser-combinators" % "always",
14
Test / fork := true,
15
javaOptions ++= {
0 commit comments