Skip to content

Commit

Permalink
FDN-2639: Upgrade libraries io.flow (#575)
Browse files Browse the repository at this point in the history
  • Loading branch information
gheine committed Jul 26, 2024
1 parent 5e0a07f commit 6bc768d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@ lazy val api = project
"com.google.inject.extensions" % "guice-assistedinject" % "5.1.0",
"org.projectlombok" % "lombok" % "1.18.34" % "provided",
jdbc,
"io.flow" %% "lib-postgresql-play-play28" % "0.5.62",
"io.flow" %% "lib-postgresql-play-play28" % "0.5.66",
"io.flow" %% "lib-metrics-play28" % "1.0.94",
"com.typesafe.play" %% "play-json-joda" % "2.9.4",
"org.postgresql" % "postgresql" % "42.7.3",
"net.jcazevedo" %% "moultingyaml" % "0.4.2",
"io.flow" %% "lib-test-utils-play28" % "0.2.37" % Test,
"io.flow" %% "lib-usage-play28" % "0.2.53",
"io.flow" %% "lib-usage-play28" % "0.2.54",
"io.flow" %% "lib-log" % "0.2.23",
),
Test / javaOptions ++= Seq(
Expand Down

0 comments on commit 6bc768d

Please sign in to comment.