From 62be1e1b07cb0721633d3c46120b67ad1662bd7f Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 20 Jul 2023 16:20:21 +0000 Subject: [PATCH] Update jasync-common, jasync-mysql, ... to 2.2.2 --- build.sbt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/build.sbt b/build.sbt index 3459cf78f4..15d4e9d9b5 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.1", + "com.github.jasync-sql" % "jasync-common" % "2.2.2", "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.1" + "com.github.jasync-sql" % "jasync-postgresql" % "2.2.2" ) ) .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.1" + "com.github.jasync-sql" % "jasync-mysql" % "2.2.2" ) ) .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.1", + "com.github.jasync-sql" % "jasync-common" % "2.2.2", "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.1" + "com.github.jasync-sql" % "jasync-postgresql" % "2.2.2" ) ) .dependsOn(`quill-jasync-zio` % "compile->compile;test->test")