Skip to content

Commit

Permalink
Update jasync-common, jasync-mysql, ... to 2.2.4 (#2836)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Sep 7, 2023
1 parent adae6d7 commit 96d89e5
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 @@ -541,7 +541,7 @@ lazy val `quill-jasync` =
.settings(
Test / fork := true,
libraryDependencies ++= Seq(
"com.github.jasync-sql" % "jasync-common" % "2.2.3",
"com.github.jasync-sql" % "jasync-common" % "2.2.4",
"org.scala-lang.modules" %% "scala-java8-compat" % "0.9.1"
)
)
Expand All @@ -554,7 +554,7 @@ lazy val `quill-jasync-postgres` =
.settings(
Test / fork := true,
libraryDependencies ++= Seq(
"com.github.jasync-sql" % "jasync-postgresql" % "2.2.3"
"com.github.jasync-sql" % "jasync-postgresql" % "2.2.4"
)
)
.dependsOn(`quill-jasync` % "compile->compile;test->test")
Expand All @@ -566,7 +566,7 @@ lazy val `quill-jasync-mysql` =
.settings(
Test / fork := true,
libraryDependencies ++= Seq(
"com.github.jasync-sql" % "jasync-mysql" % "2.2.3"
"com.github.jasync-sql" % "jasync-mysql" % "2.2.4"
)
)
.dependsOn(`quill-jasync` % "compile->compile;test->test")
Expand All @@ -578,7 +578,7 @@ lazy val `quill-jasync-zio` =
.settings(
Test / fork := true,
libraryDependencies ++= Seq(
"com.github.jasync-sql" % "jasync-common" % "2.2.3",
"com.github.jasync-sql" % "jasync-common" % "2.2.4",
"org.scala-lang.modules" %% "scala-java8-compat" % "0.9.1",
"dev.zio" %% "zio" % Version.zio,
"dev.zio" %% "zio-streams" % Version.zio
Expand All @@ -594,7 +594,7 @@ lazy val `quill-jasync-zio-postgres` =
.settings(
Test / fork := true,
libraryDependencies ++= Seq(
"com.github.jasync-sql" % "jasync-postgresql" % "2.2.3"
"com.github.jasync-sql" % "jasync-postgresql" % "2.2.4"
)
)
.dependsOn(`quill-jasync-zio` % "compile->compile;test->test")
Expand Down

0 comments on commit 96d89e5

Please sign in to comment.