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 250e298 commit a7e8949Copy full SHA for a7e8949
build.sbt
@@ -8,8 +8,8 @@ lazy val h2Version = "2.3.232"
8
lazy val postgresqlVersion = "42.7.5"
9
10
lazy val commonSettings = Seq(
11
- scalaVersion := "2.13.15",
12
- crossScalaVersions := Seq("2.13.15", "3.3.4"),
+ scalaVersion := "2.13.16",
+ crossScalaVersions := Seq("2.13.16", "3.3.4"),
13
libraryDependencySchemes += "org.scala-lang.modules" %% "scala-parser-combinators" % "always",
14
Test / fork := true,
15
javaOptions ++= {
0 commit comments