From 7241ab49c5b468133f0de2eafe598cfa79143dad Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 28 Jan 2026 08:59:40 +0000 Subject: [PATCH 1/7] Update lib-healthcheck-play29 to 0.0.92 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 5f76583..589fe87 100644 --- a/build.sbt +++ b/build.sbt @@ -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.90", + "io.flow" %% "lib-healthcheck-play29" % "0.0.92", specs2 % Test, ), Compile / doc / sources := Seq.empty, From 6f0aefb3fa284743d992319bfeaa934fc2df3107 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 28 Jan 2026 08:59:40 +0000 Subject: [PATCH 2/7] Update lib-log-play29 to 0.2.77 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 589fe87..a7169cf 100644 --- a/build.sbt +++ b/build.sbt @@ -43,7 +43,7 @@ lazy val api = project "net.jcazevedo" %% "moultingyaml" % "0.4.2", "io.flow" %% "lib-test-utils-play29" % "0.3.1" % Test, "io.flow" %% "lib-usage-play29" % "0.3.34", - "io.flow" %% "lib-log-play29" % "0.2.75", + "io.flow" %% "lib-log-play29" % "0.2.77", ), Test / javaOptions ++= Seq( "--add-exports=java.base/sun.security.x509=ALL-UNNAMED", From 8b7de66450bb4c0b49a64ca8151275639428ebdd Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 28 Jan 2026 08:59:40 +0000 Subject: [PATCH 3/7] Update lib-metrics-play29 to 1.1.74 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index a7169cf..d42bcab 100644 --- a/build.sbt +++ b/build.sbt @@ -38,7 +38,7 @@ lazy val api = project "org.projectlombok" % "lombok" % "1.18.42" % "provided", jdbc, "io.flow" %% "lib-postgresql-play-play29" % "0.6.59", - "io.flow" %% "lib-metrics-play29" % "1.1.72", + "io.flow" %% "lib-metrics-play29" % "1.1.74", "org.postgresql" % "postgresql" % "42.7.4", "net.jcazevedo" %% "moultingyaml" % "0.4.2", "io.flow" %% "lib-test-utils-play29" % "0.3.1" % Test, From 8c61311592cb6607080066494c8fc7772871ec93 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 28 Jan 2026 08:59:41 +0000 Subject: [PATCH 4/7] Update lib-postgresql-play-play29 to 0.6.61 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index d42bcab..334d3d7 100644 --- a/build.sbt +++ b/build.sbt @@ -37,7 +37,7 @@ 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.59", + "io.flow" %% "lib-postgresql-play-play29" % "0.6.61", "io.flow" %% "lib-metrics-play29" % "1.1.74", "org.postgresql" % "postgresql" % "42.7.4", "net.jcazevedo" %% "moultingyaml" % "0.4.2", From 50bb0376d35a1c18e43c5797c3e754cfd9f03572 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 28 Jan 2026 08:59:41 +0000 Subject: [PATCH 5/7] Update lib-test-utils-play29 to 0.3.3 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 334d3d7..5505600 100644 --- a/build.sbt +++ b/build.sbt @@ -41,7 +41,7 @@ lazy val api = project "io.flow" %% "lib-metrics-play29" % "1.1.74", "org.postgresql" % "postgresql" % "42.7.4", "net.jcazevedo" %% "moultingyaml" % "0.4.2", - "io.flow" %% "lib-test-utils-play29" % "0.3.1" % Test, + "io.flow" %% "lib-test-utils-play29" % "0.3.3" % Test, "io.flow" %% "lib-usage-play29" % "0.3.34", "io.flow" %% "lib-log-play29" % "0.2.77", ), From de8772781bea41812f553f3cad19eff1db0677d6 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 28 Jan 2026 08:59:41 +0000 Subject: [PATCH 6/7] Update lib-usage-play29 to 0.3.36 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 5505600..307389b 100644 --- a/build.sbt +++ b/build.sbt @@ -42,7 +42,7 @@ lazy val api = project "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.34", + "io.flow" %% "lib-usage-play29" % "0.3.36", "io.flow" %% "lib-log-play29" % "0.2.77", ), Test / javaOptions ++= Seq( From 56d695a4bc78ab4ada91b7f376f85ec9641c0cc8 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 28 Jan 2026 08:59:41 +0000 Subject: [PATCH 7/7] Update sbt-flow-linter to 0.0.75 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 91f84c5..8155569 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.74") +addSbtPlugin("io.flow" % "sbt-flow-linter" % "0.0.75") // Resolve scala-xml version dependency mismatch, see https://github.com/sbt/sbt/issues/7007 ThisBuild / libraryDependencySchemes ++= Seq(