From 4d1728ed6130efcc4fe1d378055095a4c12fd443 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Thu, 17 Aug 2023 12:31:39 +0200 Subject: [PATCH] Update jasync-common, jasync-mysql, ... to 2.2.3 (#2822) --- build.sbt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/build.sbt b/build.sbt index a26c01960b..3716b3cae5 100644 --- a/build.sbt +++ b/build.sbt @@ -534,7 +534,7 @@ lazy val `quill-jasync` = .settings( Test / fork := true, libraryDependencies ++= Seq( - "com.github.jasync-sql" % "jasync-common" % "2.2.2", + "com.github.jasync-sql" % "jasync-common" % "2.2.3", "org.scala-lang.modules" %% "scala-java8-compat" % "0.9.1" ) ) @@ -547,7 +547,7 @@ lazy val `quill-jasync-postgres` = .settings( Test / fork := true, libraryDependencies ++= Seq( - "com.github.jasync-sql" % "jasync-postgresql" % "2.2.2" + "com.github.jasync-sql" % "jasync-postgresql" % "2.2.3" ) ) .dependsOn(`quill-jasync` % "compile->compile;test->test") @@ -559,7 +559,7 @@ lazy val `quill-jasync-mysql` = .settings( Test / fork := true, libraryDependencies ++= Seq( - "com.github.jasync-sql" % "jasync-mysql" % "2.2.2" + "com.github.jasync-sql" % "jasync-mysql" % "2.2.3" ) ) .dependsOn(`quill-jasync` % "compile->compile;test->test") @@ -571,7 +571,7 @@ lazy val `quill-jasync-zio` = .settings( Test / fork := true, libraryDependencies ++= Seq( - "com.github.jasync-sql" % "jasync-common" % "2.2.2", + "com.github.jasync-sql" % "jasync-common" % "2.2.3", "org.scala-lang.modules" %% "scala-java8-compat" % "0.9.1", "dev.zio" %% "zio" % Version.zio, "dev.zio" %% "zio-streams" % Version.zio @@ -587,7 +587,7 @@ lazy val `quill-jasync-zio-postgres` = .settings( Test / fork := true, libraryDependencies ++= Seq( - "com.github.jasync-sql" % "jasync-postgresql" % "2.2.2" + "com.github.jasync-sql" % "jasync-postgresql" % "2.2.3" ) ) .dependsOn(`quill-jasync-zio` % "compile->compile;test->test")