Skip to content

Commit

Permalink
bump: r2dbc-pool 1.0.2.RELEASE (was 1.0.1.RELEASE) (#626)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Nov 18, 2024
1 parent b33adb1 commit d1fdbb4
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 @@ -28,7 +28,7 @@ object Dependencies {
val akkaPersistenceQuery = "com.typesafe.akka" %% "akka-persistence-query" % AkkaVersion

val r2dbcSpi = "io.r2dbc" % "r2dbc-spi" % "1.0.0.RELEASE" // ApacheV2
val r2dbcPool = "io.r2dbc" % "r2dbc-pool" % "1.0.1.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 h2 = "com.h2database" % "h2" % H2Version % Provided // EPL 1.0
Expand Down

0 comments on commit d1fdbb4

Please sign in to comment.