Skip to content

Commit

Permalink
PAY-4070: Upgrade libraries (#583)
Browse files Browse the repository at this point in the history
  • Loading branch information
jlogeart authored Oct 4, 2024
1 parent e5c1b30 commit 2e38c02
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -30,21 +30,21 @@ lazy val api = project
scalafmtOnCompile := true,
routesImport += "io.flow.registry.v0.Bindables._",
routesGenerator := InjectedRoutesGenerator,
javaAgents += "com.datadoghq" % "dd-java-agent" % "1.39.0",
javaAgents += "com.datadoghq" % "dd-java-agent" % "1.40.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.69",
"io.flow" %% "lib-metrics-play28" % "1.0.96",
"io.flow" %% "lib-postgresql-play-play28" % "0.5.71",
"io.flow" %% "lib-metrics-play28" % "1.0.97",
"com.typesafe.play" %% "play-json-joda" % "2.9.4",
"org.postgresql" % "postgresql" % "42.7.4",
"net.jcazevedo" %% "moultingyaml" % "0.4.2",
"io.flow" %% "lib-test-utils-play28" % "0.2.39" % Test,
"io.flow" %% "lib-usage-play28" % "0.2.56",
"io.flow" %% "lib-log" % "0.2.25",
"io.flow" %% "lib-test-utils-play28" % "0.2.40" % Test,
"io.flow" %% "lib-usage-play28" % "0.2.57",
"io.flow" %% "lib-log" % "0.2.26",
),
Test / javaOptions ++= Seq(
"--add-exports=java.base/sun.security.x509=ALL-UNNAMED",
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ ThisBuild / libraryDependencySchemes ++= Seq(
)

addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.1.0")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.2.1")

0 comments on commit 2e38c02

Please sign in to comment.