Skip to content

Commit

Permalink
r2dbc dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
patriknw committed Jan 15, 2025
1 parent 5f015d4 commit f252889
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+11-b3f1fca7-SNAPSHOT"
val AkkaPersistenceR2dbc = "1.3.0"
val AkkaPersistenceR2dbcVersionInDocs = VersionNumber(AkkaPersistenceR2dbc).numbers match {
case Seq(major, minor, _*) => s"$major.$minor"
}
Expand Down

0 comments on commit f252889

Please sign in to comment.