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 cc82add commit 902e2acCopy full SHA for 902e2ac
build.sbt
@@ -56,7 +56,7 @@ val scala2Async = "org.scala-lang.modules" %% "scala-async" % "1.0.1"
56
val scala3Async =
57
"com.github.rssh" %% "shim-scala-async-dotty-cps-async" % "0.9.21" // allows cross compilation w/o changes in source code
58
59
-val scalikeJdbc = "org.scalikejdbc" %% "scalikejdbc" % "4.2.1"
+val scalikeJdbc = "org.scalikejdbc" %% "scalikejdbc" % "4.3.2"
60
val h2 = "com.h2database" % "h2" % "2.2.224"
61
62
val common = Seq(scalalogging)
0 commit comments