Skip to content

Commit

Permalink
Update jasync-common, jasync-postgresql to 2.2.1 (#301)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Jul 14, 2023
1 parent cd5fcaf commit 7bbe860
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ lazy val `quill-jasync` =
.settings(
Test / fork := true,
libraryDependencies ++= Seq(
"com.github.jasync-sql" % "jasync-common" % "2.2.0"
"com.github.jasync-sql" % "jasync-common" % "2.2.1"
)
)
.dependsOn(`quill-sql` % "compile->compile;test->test")
Expand All @@ -206,7 +206,7 @@ lazy val `quill-jasync-postgres` =
.settings(
Test / fork := true,
libraryDependencies ++= Seq(
"com.github.jasync-sql" % "jasync-postgresql" % "2.2.0"
"com.github.jasync-sql" % "jasync-postgresql" % "2.2.1"
)
)
.dependsOn(`quill-jasync` % "compile->compile;test->test")
Expand Down

0 comments on commit 7bbe860

Please sign in to comment.