diff --git a/build.sbt b/build.sbt index 0d5f635..892cafb 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.63", - "io.flow" %% "lib-metrics-play29" % "1.1.76", + "io.flow" %% "lib-postgresql-play-play29" % "0.6.64", + "io.flow" %% "lib-metrics-play29" % "1.1.77", "org.postgresql" % "postgresql" % "42.7.4", "net.jcazevedo" %% "moultingyaml" % "0.4.2", - "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", + "io.flow" %% "lib-test-utils-play29" % "0.3.6" % Test, + "io.flow" %% "lib-usage-play29" % "0.3.39", + "io.flow" %% "lib-log-play29" % "0.2.80", ), 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.94", + "io.flow" %% "lib-healthcheck-play29" % "0.0.95", specs2 % Test, ), Compile / doc / sources := Seq.empty, diff --git a/project/plugins.sbt b/project/plugins.sbt index e5ed67a..209aedc 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.76") +addSbtPlugin("io.flow" % "sbt-flow-linter" % "0.0.77") // Resolve scala-xml version dependency mismatch, see https://github.com/sbt/sbt/issues/7007 ThisBuild / libraryDependencySchemes ++= Seq(