Skip to content

Commit

Permalink
bump: r2dbc-postgresql 1.0.7.RELEASE (was 1.0.6.RELEASE) (#627)
Browse files Browse the repository at this point in the history
Co-authored-by: Johan Andrén <[email protected]>
  • Loading branch information
scala-steward and johanandren authored Nov 18, 2024
1 parent a19a86c commit 126f218
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 @@ -29,7 +29,7 @@ object Dependencies {

val r2dbcSpi = "io.r2dbc" % "r2dbc-spi" % "1.0.0.RELEASE" // ApacheV2
val r2dbcPool = "io.r2dbc" % "r2dbc-pool" % "1.0.2.RELEASE" // ApacheV2
val r2dbcPostgres = "org.postgresql" % "r2dbc-postgresql" % "1.0.6.RELEASE" // ApacheV2
val r2dbcPostgres = "org.postgresql" % "r2dbc-postgresql" % "1.0.7.RELEASE" // ApacheV2

val h2 = "com.h2database" % "h2" % H2Version % Provided // EPL 1.0
val r2dbcH2 = "io.r2dbc" % "r2dbc-h2" % R2dbcH2Version % Provided // ApacheV2
Expand Down

0 comments on commit 126f218

Please sign in to comment.