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 ee7d944 commit 1aa63a1Copy full SHA for 1aa63a1
build.sbt
@@ -7,7 +7,7 @@ lazy val root = (project in file("."))
7
crossScalaVersions := Seq("2.12.19", "2.13.14", "3.3.3"),
8
libraryDependencies ++= Seq(
9
"com.h2database" % "h2" % "2.2.224",
10
- "org.scalikejdbc" %% "scalikejdbc" % "4.3.0",
+ "org.scalikejdbc" %% "scalikejdbc" % "4.3.1",
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