Skip to content

Commit af360bf

Browse files
scalikejdbc-bot[bot]xuwei-k
authored andcommitted
Update scala-library to 2.13.15
1 parent c8fb432 commit af360bf

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.3.232"
88
lazy val postgresqlVersion = "42.7.4"
99

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

0 commit comments

Comments
 (0)