diff --git a/build.sbt b/build.sbt index 307389b..0d5f635 100644 --- a/build.sbt +++ b/build.sbt @@ -37,13 +37,13 @@ lazy val api = project "com.google.inject.extensions" % "guice-assistedinject" % "5.1.0", "org.projectlombok" % "lombok" % "1.18.42" % "provided", jdbc, - "io.flow" %% "lib-postgresql-play-play29" % "0.6.61", - "io.flow" %% "lib-metrics-play29" % "1.1.74", + "io.flow" %% "lib-postgresql-play-play29" % "0.6.63", + "io.flow" %% "lib-metrics-play29" % "1.1.76", "org.postgresql" % "postgresql" % "42.7.4", "net.jcazevedo" %% "moultingyaml" % "0.4.2", - "io.flow" %% "lib-test-utils-play29" % "0.3.3" % Test, - "io.flow" %% "lib-usage-play29" % "0.3.36", - "io.flow" %% "lib-log-play29" % "0.2.77", + "io.flow" %% "lib-test-utils-play29" % "0.3.5" % Test, + "io.flow" %% "lib-usage-play29" % "0.3.38", + "io.flow" %% "lib-log-play29" % "0.2.79", ), Test / javaOptions ++= Seq( "--add-exports=java.base/sun.security.x509=ALL-UNNAMED", @@ -55,7 +55,7 @@ lazy val api = project lazy val commonSettings: Seq[Setting[_]] = Seq( name ~= ("registry-" + _), libraryDependencies ++= Seq( - "io.flow" %% "lib-healthcheck-play29" % "0.0.92", + "io.flow" %% "lib-healthcheck-play29" % "0.0.94", specs2 % Test, ), Compile / doc / sources := Seq.empty, diff --git a/project/plugins.sbt b/project/plugins.sbt index a46c497..e5ed67a 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -15,7 +15,7 @@ addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.4.1") resolvers += "Flow Plugins" at "https://flow.jfrog.io/flow/plugins-release/" -addSbtPlugin("io.flow" % "sbt-flow-linter" % "0.0.75") +addSbtPlugin("io.flow" % "sbt-flow-linter" % "0.0.76") // Resolve scala-xml version dependency mismatch, see https://github.com/sbt/sbt/issues/7007 ThisBuild / libraryDependencySchemes ++= Seq(