Skip to content

Commit 2a1e9ec

Browse files
Update scala-library to 2.13.16
1 parent 09f81ab commit 2a1e9ec

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
@@ -3,8 +3,8 @@ lazy val root = (project in file("."))
33
organization := "org.scalikejdbc",
44
name := "csvquery",
55
version := "1.5.1-SNAPSHOT",
6-
scalaVersion := "2.13.15",
7-
crossScalaVersions := Seq("2.12.20", "2.13.15", "3.3.4"),
6+
scalaVersion := "2.13.16",
7+
crossScalaVersions := Seq("2.12.20", "2.13.16", "3.3.4"),
88
libraryDependencies ++= Seq(
99
"com.h2database" % "h2" % "2.2.224",
1010
"org.scalikejdbc" %% "scalikejdbc" % "4.3.2",

0 commit comments

Comments
 (0)