Skip to content

Commit

Permalink
Update jasync-common, jasync-mysql, ... to 2.1.24 (zio#2753)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and joelsonoda committed Jun 27, 2023
1 parent d58cec2 commit 0a82b6f
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 @@ -577,7 +577,7 @@ lazy val `quill-jasync` =
.settings(
Test / fork := true,
libraryDependencies ++= Seq(
"com.github.jasync-sql" % "jasync-common" % "2.1.23",
"com.github.jasync-sql" % "jasync-common" % "2.1.24",
"org.scala-lang.modules" %% "scala-java8-compat" % "0.9.1"
)
)
Expand All @@ -590,7 +590,7 @@ lazy val `quill-jasync-postgres` =
.settings(
Test / fork := true,
libraryDependencies ++= Seq(
"com.github.jasync-sql" % "jasync-postgresql" % "2.1.23"
"com.github.jasync-sql" % "jasync-postgresql" % "2.1.24"
)
)
.dependsOn(`quill-jasync` % "compile->compile;test->test")
Expand All @@ -602,7 +602,7 @@ lazy val `quill-jasync-mysql` =
.settings(
Test / fork := true,
libraryDependencies ++= Seq(
"com.github.jasync-sql" % "jasync-mysql" % "2.1.23"
"com.github.jasync-sql" % "jasync-mysql" % "2.1.24"
)
)
.dependsOn(`quill-jasync` % "compile->compile;test->test")
Expand All @@ -614,7 +614,7 @@ lazy val `quill-jasync-zio` =
.settings(
Test / fork := true,
libraryDependencies ++= Seq(
"com.github.jasync-sql" % "jasync-common" % "2.1.23",
"com.github.jasync-sql" % "jasync-common" % "2.1.24",
"org.scala-lang.modules" %% "scala-java8-compat" % "0.9.1",
"dev.zio" %% "zio" % Version.zio,
"dev.zio" %% "zio-streams" % Version.zio
Expand All @@ -630,7 +630,7 @@ lazy val `quill-jasync-zio-postgres` =
.settings(
Test / fork := true,
libraryDependencies ++= Seq(
"com.github.jasync-sql" % "jasync-postgresql" % "2.1.23"
"com.github.jasync-sql" % "jasync-postgresql" % "2.1.24"
)
)
.dependsOn(`quill-jasync-zio` % "compile->compile;test->test")
Expand Down

0 comments on commit 0a82b6f

Please sign in to comment.