From c8f4ab680bd74e8c86f8d971942c372f5bd374f0 Mon Sep 17 00:00:00 2001 From: scala-steward Date: Thu, 18 Jan 2024 00:22:39 +0000 Subject: [PATCH] Update scalikejdbc to 4.2.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 4d04803d..208d0501 100644 --- a/build.sbt +++ b/build.sbt @@ -61,7 +61,7 @@ val scala2Async = "org.scala-lang.modules" %% "scala-async" % "1.0.1" val scala3Async = "com.github.rssh" %% "shim-scala-async-dotty-cps-async" % "0.9.19" // allows cross compilation w/o changes in source code -val scalikeJdbc = "org.scalikejdbc" %% "scalikejdbc" % "4.1.0" +val scalikeJdbc = "org.scalikejdbc" %% "scalikejdbc" % "4.2.0" val h2 = "com.h2database" % "h2" % "2.2.224" val common = Seq(scalalogging)