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 fac577a commit 385dfb5Copy full SHA for 385dfb5
build.sbt
@@ -4,7 +4,7 @@ lazy val root = (project in file("."))
4
name := "csvquery",
5
version := "1.5.1-SNAPSHOT",
6
scalaVersion := "2.13.15",
7
- crossScalaVersions := Seq("2.12.20", "2.13.15", "3.3.3"),
+ crossScalaVersions := Seq("2.12.20", "2.13.15", "3.3.4"),
8
libraryDependencies ++= Seq(
9
"com.h2database" % "h2" % "2.2.224",
10
"org.scalikejdbc" %% "scalikejdbc" % "4.3.2",
0 commit comments