We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b33adb1 commit d1fdbb4Copy full SHA for d1fdbb4
project/Dependencies.scala
@@ -28,7 +28,7 @@ object Dependencies {
28
val akkaPersistenceQuery = "com.typesafe.akka" %% "akka-persistence-query" % AkkaVersion
29
30
val r2dbcSpi = "io.r2dbc" % "r2dbc-spi" % "1.0.0.RELEASE" // ApacheV2
31
- val r2dbcPool = "io.r2dbc" % "r2dbc-pool" % "1.0.1.RELEASE" // ApacheV2
+ val r2dbcPool = "io.r2dbc" % "r2dbc-pool" % "1.0.2.RELEASE" // ApacheV2
32
val r2dbcPostgres = "org.postgresql" % "r2dbc-postgresql" % "1.0.6.RELEASE" // ApacheV2
33
34
val h2 = "com.h2database" % "h2" % H2Version % Provided // EPL 1.0
0 commit comments