Skip to content

Commit

Permalink
bump: akka-persistence-r2dbc 1.3.3 (#1314)
Browse files Browse the repository at this point in the history
  • Loading branch information
patriknw authored Feb 13, 2025
1 parent bdf35d3 commit f87e922
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.2"
val AkkaPersistenceR2dbc = "1.3.3"
val AkkaPersistenceR2dbcVersionInDocs = VersionNumber(AkkaPersistenceR2dbc).numbers match {
case Seq(major, minor, _*) => s"$major.$minor"
}
Expand Down

0 comments on commit f87e922

Please sign in to comment.