Skip to content

Commit

Permalink
FDN-2753: Upgrade libraries (#578)
Browse files Browse the repository at this point in the history
  • Loading branch information
abhidwivedi2701 authored Aug 26, 2024
1 parent 86e235a commit 34c162d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -30,20 +30,20 @@ lazy val api = project
scalafmtOnCompile := true,
routesImport += "io.flow.registry.v0.Bindables._",
routesGenerator := InjectedRoutesGenerator,
javaAgents += "com.datadoghq" % "dd-java-agent" % "1.37.1",
javaAgents += "com.datadoghq" % "dd-java-agent" % "1.38.1",
libraryDependencies ++= Seq(
ws,
"com.google.inject" % "guice" % "5.1.0",
"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.66",
"io.flow" %% "lib-metrics-play28" % "1.0.94",
"io.flow" %% "lib-postgresql-play-play28" % "0.5.68",
"io.flow" %% "lib-metrics-play28" % "1.0.95",
"com.typesafe.play" %% "play-json-joda" % "2.9.4",
"org.postgresql" % "postgresql" % "42.7.3",
"org.postgresql" % "postgresql" % "42.7.4",
"net.jcazevedo" %% "moultingyaml" % "0.4.2",
"io.flow" %% "lib-test-utils-play28" % "0.2.37" % Test,
"io.flow" %% "lib-usage-play28" % "0.2.54",
"io.flow" %% "lib-test-utils-play28" % "0.2.38" % Test,
"io.flow" %% "lib-usage-play28" % "0.2.55",
"io.flow" %% "lib-log" % "0.2.23",
),
Test / javaOptions ++= Seq(
Expand Down

0 comments on commit 34c162d

Please sign in to comment.