Skip to content

Commit

Permalink
FDN-3050: Upgrade libraries io.flow (#785)
Browse files Browse the repository at this point in the history
  • Loading branch information
gheine authored Dec 9, 2024
1 parent 2c4a2cd commit ccf402f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@ lazy val api = project
"com.google.inject.extensions" % "guice-assistedinject" % "5.1.0",
"org.projectlombok" % "lombok" % "1.18.36" % "provided",
"com.sendgrid" % "sendgrid-java" % "4.7.1",
"io.flow" %% "lib-event-sync-play28" % "0.6.75",
"io.flow" %% "lib-metrics-play28" % "1.1.2",
"io.flow" %% "lib-event-sync-play28" % "0.6.76",
"io.flow" %% "lib-metrics-play28" % "1.1.3",
"io.flow" %% "lib-log" % "0.2.28",
"io.flow" %% "lib-usage-play28" % "0.2.62",
"io.flow" %% "lib-usage-play28" % "0.2.63",
"io.flow" %% "lib-test-utils-play28" % "0.2.42" % Test,
"net.sourceforge.htmlcleaner" % "htmlcleaner" % "2.29",
"org.postgresql" % "postgresql" % "42.7.4",
Expand Down

0 comments on commit ccf402f

Please sign in to comment.