Skip to content
This repository was archived by the owner on Sep 18, 2023. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ object Versions {
lazy val supportedScala = Seq(scala213, scala212)

lazy val akka = "2.6.18"
lazy val reactor = "3.4.14"
lazy val reactor = "3.4.32"
lazy val r2dbcSpi = "0.8.6.RELEASE"
lazy val r2dbcPool = "0.8.8.RELEASE"
lazy val r2dbcPostgreSql = "0.8.11.RELEASE"
Expand Down