From 2e9797e7b82cb756f56d36c714e1c7bfd2cbf72d Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 29 Jan 2026 03:01:07 +0000 Subject: [PATCH 1/4] Update lib-akka-play29 to 0.2.95 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 07b6a63c..e645595d 100644 --- a/build.sbt +++ b/build.sbt @@ -62,7 +62,7 @@ lazy val lib: Project = project filters, guice, "io.flow" %% "lib-log-play29" % "0.2.77", - "io.flow" %% "lib-akka-play29" % "0.2.93", + "io.flow" %% "lib-akka-play29" % "0.2.95", "com.github.jwt-scala" %% "jwt-play-json" % "11.0.3", "javax.inject" % "javax.inject" % "1", "org.apache.commons" % "commons-io" % "1.3.2", From 918b8df56ec901a6a920b13c4fd1597fb8dfb896 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 29 Jan 2026 03:01:09 +0000 Subject: [PATCH 2/4] Update lib-log-play29 to 0.2.79 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index e645595d..cf31e15e 100644 --- a/build.sbt +++ b/build.sbt @@ -61,7 +61,7 @@ lazy val lib: Project = project ws, filters, guice, - "io.flow" %% "lib-log-play29" % "0.2.77", + "io.flow" %% "lib-log-play29" % "0.2.79", "io.flow" %% "lib-akka-play29" % "0.2.95", "com.github.jwt-scala" %% "jwt-play-json" % "11.0.3", "javax.inject" % "javax.inject" % "1", From f8e67b00dff29f953a2ad62e8d945054f118136c Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 29 Jan 2026 03:01:09 +0000 Subject: [PATCH 3/4] Update lib-util to 0.2.78 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index cf31e15e..2d7dedfe 100644 --- a/build.sbt +++ b/build.sbt @@ -98,7 +98,7 @@ lazy val standalone: Project = project scalafmtOnCompile := true, libraryDependencies ++= Seq( "com.typesafe.play" %% "play-guice" % "2.9.6", - "io.flow" %% "lib-util" % "0.2.77", + "io.flow" %% "lib-util" % "0.2.78", "org.scalatestplus.play" %% "scalatestplus-play" % "6.0.0" % Test, ), Test / javaOptions ++= Seq( From ad1ca7b12836a5517634ef4b5a905e9e3701d17a Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 29 Jan 2026 03:01:10 +0000 Subject: [PATCH 4/4] Update sbt-flow-linter to 0.0.76 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 9aa8d1d2..ab1b3e1b 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -16,7 +16,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(