Skip to content

Commit

Permalink
Update jasync-common, jasync-mysql, ... to 2.2.3 (#2822)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Aug 17, 2023
1 parent ff9bda4 commit 4d1728e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)
)
Expand All @@ -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")
Expand All @@ -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")
Expand All @@ -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
Expand All @@ -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")
Expand Down

0 comments on commit 4d1728e

Please sign in to comment.