This is an automated email from the ASF dual-hosted git repository.
Philippus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko-persistence-r2dbc.git
The following commit(s) were added to refs/heads/main by this push:
new 374a1fe Update r2dbc-mysql to 1.4.2 (#361)
374a1fe is described below
commit 374a1fea60f22e2ae3177caef98badfb8aa47524
Author: Scala Steward <[email protected]>
AuthorDate: Wed Apr 29 20:12:36 2026 +0200
Update r2dbc-mysql to 1.4.2 (#361)
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 4ba276d..ce19afe 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -34,7 +34,7 @@ object Dependencies {
val r2dbcSpi = "io.r2dbc" % "r2dbc-spi" % "1.0.0.RELEASE"
val r2dbcPool = "io.r2dbc" % "r2dbc-pool" % "1.0.2.RELEASE"
val r2dbcPostgres = "org.postgresql" % "r2dbc-postgresql" % "1.1.1.RELEASE"
- val r2dbcMysql = "io.asyncer" % "r2dbc-mysql" % "1.4.1"
+ val r2dbcMysql = "io.asyncer" % "r2dbc-mysql" % "1.4.2"
}
object TestDeps {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]