Skip to content

Commit

Permalink
FDN-2345: Upgrade libraries io.flow
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolagi committed May 3, 2024
1 parent 44f8d4d commit 3538d6e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,11 @@ lazy val api = project
"com.google.inject.extensions" % "guice-assistedinject" % "5.1.0",
"org.projectlombok" % "lombok" % "1.18.32" % "provided",
"com.sendgrid" % "sendgrid-java" % "4.7.1",
"io.flow" %% "lib-event-sync-play28" % "0.6.49",
"io.flow" %% "lib-metrics-play28" % "1.0.86",
"io.flow" %% "lib-log" % "0.2.18",
"io.flow" %% "lib-usage-play28" % "0.2.45",
"io.flow" %% "lib-test-utils-play28" % "0.2.30" % Test,
"io.flow" %% "lib-event-sync-play28" % "0.6.52",
"io.flow" %% "lib-metrics-play28" % "1.0.87",
"io.flow" %% "lib-log" % "0.2.19",
"io.flow" %% "lib-usage-play28" % "0.2.46",
"io.flow" %% "lib-test-utils-play28" % "0.2.31" % Test,
"net.sourceforge.htmlcleaner" % "htmlcleaner" % "2.29",
"org.postgresql" % "postgresql" % "42.7.3",
"org.apache.commons" % "commons-text" % "1.12.0",
Expand Down Expand Up @@ -97,7 +97,7 @@ lazy val www = project
"org.webjars" % "font-awesome" % "6.5.2",
"org.webjars" % "jquery" % "3.7.1",
"org.webjars.bower" % "bootstrap-social" % "5.1.1",
"io.flow" %% "lib-test-utils-play28" % "0.2.30" % Test,
"io.flow" %% "lib-test-utils-play28" % "0.2.31" % Test,
),
scalacOptions ++= allScalacOptions,
)
Expand All @@ -117,7 +117,7 @@ lazy val commonSettings: Seq[Setting[_]] = Seq(
scalafmtOnCompile := true,
name ~= ("dependency-" + _),
libraryDependencies ++= Seq(
"io.flow" %% "lib-play-play28" % "0.7.99",
"io.flow" %% "lib-play-play28" % "0.8.0",
"com.typesafe.play" %% "play-json-joda" % "2.9.4",
),
Test / javaOptions ++= Seq(
Expand Down

0 comments on commit 3538d6e

Please sign in to comment.