Skip to content

Commit

Permalink
Update r2dbc-postgresql to 1.0.5.RELEASE (#116)
Browse files Browse the repository at this point in the history
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
  • Loading branch information
scala-steward-asf[bot] committed Apr 14, 2024
1 parent 2212b6d commit e8bcf8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ object Dependencies {
val r2dbcSpi = "io.r2dbc" % "r2dbc-spi" % "1.0.0.RELEASE"
val r2dbcPool = "io.r2dbc" % "r2dbc-pool" % "1.0.1.RELEASE"
val r2dbcPostgres = Seq(
"org.postgresql" % "r2dbc-postgresql" % "1.0.4.RELEASE")
"org.postgresql" % "r2dbc-postgresql" % "1.0.5.RELEASE")
}

object TestDeps {
Expand Down

0 comments on commit e8bcf8c

Please sign in to comment.