Skip to content

Commit 1f7baaa

Browse files
scalikejdbc-bot[bot]xuwei-k
authored andcommitted
Update scala-library to 2.13.17
1 parent bef006b commit 1f7baaa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ lazy val h2Version = "2.4.240"
88
lazy val postgresqlVersion = "42.7.8"
99

1010
lazy val commonSettings = Seq(
11-
scalaVersion := "2.13.16",
12-
crossScalaVersions := Seq("2.13.16", "3.3.6"),
11+
scalaVersion := "2.13.17",
12+
crossScalaVersions := Seq("2.13.17", "3.3.6"),
1313
libraryDependencySchemes += "org.scala-lang.modules" %% "scala-parser-combinators" % "always",
1414
Test / fork := true,
1515
javaOptions ++= {

0 commit comments

Comments
 (0)