Skip to content

Commit

Permalink
bump: akka-persistence-r2dbc 1.3.1 (#1298)
Browse files Browse the repository at this point in the history
  • Loading branch information
patriknw authored Jan 15, 2025
1 parent c755fe1 commit f43b21f
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 AkkaPersistenceCassandra = "1.3.0"
val AkkaPersistenceJdbc = "5.5.0"

val AkkaPersistenceR2dbc = "1.3.0"
val AkkaPersistenceR2dbc = "1.3.1"
val AkkaPersistenceR2dbcVersionInDocs = VersionNumber(AkkaPersistenceR2dbc).numbers match {
case Seq(major, minor, _*) => s"$major.$minor"
}
Expand Down

0 comments on commit f43b21f

Please sign in to comment.