diff --git a/build.sbt b/build.sbt index c482125..381eff4 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.55", - "io.flow" %% "lib-metrics-play29" % "1.1.69", + "io.flow" %% "lib-postgresql-play-play29" % "0.6.58", + "io.flow" %% "lib-metrics-play29" % "1.1.72", "org.postgresql" % "postgresql" % "42.7.4", "net.jcazevedo" %% "moultingyaml" % "0.4.2", - "io.flow" %% "lib-test-utils-play29" % "0.2.98" % Test, - "io.flow" %% "lib-usage-play29" % "0.3.30", - "io.flow" %% "lib-log-play29" % "0.2.73", + "io.flow" %% "lib-test-utils-play29" % "0.3.1" % Test, + "io.flow" %% "lib-usage-play29" % "0.3.33", + "io.flow" %% "lib-log-play29" % "0.2.75", ), 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.86", + "io.flow" %% "lib-healthcheck-play29" % "0.0.89", specs2 % Test, ), Compile / doc / sources := Seq.empty, diff --git a/project/plugins.sbt b/project/plugins.sbt index 44a6cc4..91f84c5 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.73") +addSbtPlugin("io.flow" % "sbt-flow-linter" % "0.0.74") // Resolve scala-xml version dependency mismatch, see https://github.com/sbt/sbt/issues/7007 ThisBuild / libraryDependencySchemes ++= Seq(