Skip to content

Commit 902e2ac

Browse files
Update scalikejdbc to 4.3.2 (#1054)
1 parent cc82add commit 902e2ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ val scala2Async = "org.scala-lang.modules" %% "scala-async" % "1.0.1"
5656
val scala3Async =
5757
"com.github.rssh" %% "shim-scala-async-dotty-cps-async" % "0.9.21" // allows cross compilation w/o changes in source code
5858

59-
val scalikeJdbc = "org.scalikejdbc" %% "scalikejdbc" % "4.2.1"
59+
val scalikeJdbc = "org.scalikejdbc" %% "scalikejdbc" % "4.3.2"
6060
val h2 = "com.h2database" % "h2" % "2.2.224"
6161

6262
val common = Seq(scalalogging)

0 commit comments

Comments
 (0)