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 9aaa326 commit b5c5266Copy full SHA for b5c5266
build.sbt
@@ -7,7 +7,7 @@ lazy val root = (project in file("."))
7
crossScalaVersions := Seq("2.12.20", "2.13.16", "3.3.6"),
8
libraryDependencies ++= Seq(
9
"com.h2database" % "h2" % "2.2.224",
10
- "org.scalikejdbc" %% "scalikejdbc" % "4.3.2",
+ "org.scalikejdbc" %% "scalikejdbc" % "4.3.3",
11
"ch.qos.logback" % "logback-classic" % "1.2.13" % "provided",
12
"org.scalatest" %% "scalatest-funspec" % "3.2.19" % "test",
13
"org.scalatest" %% "scalatest-shouldmatchers" % "3.2.19" % "test"
0 commit comments