Skip to content

Commit

Permalink
Update r2dbc dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mdedetrich committed Sep 13, 2023
1 parent d3c2e4b commit 29b79e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ object Dependencies {
val pekkoProjectionCore = "org.apache.pekko" %% "pekko-projection-core" % PekkoProjectionVersion

val r2dbcSpi = "io.r2dbc" % "r2dbc-spi" % "0.9.1.RELEASE"
val r2dbcPool = "io.r2dbc" % "r2dbc-pool" % "0.9.1.RELEASE"
val r2dbcPostgres = "org.postgresql" % "r2dbc-postgresql" % "0.9.1.RELEASE"
val r2dbcPool = "io.r2dbc" % "r2dbc-pool" % "0.9.2.RELEASE"
val r2dbcPostgres = "org.postgresql" % "r2dbc-postgresql" % "0.9.3.RELEASE"
}

object TestDeps {
Expand Down

0 comments on commit 29b79e5

Please sign in to comment.