From 07ebd4e8b16927d8d93bd9bb497bc3d3b292f7da Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 29 Jan 2026 02:15:59 +0000 Subject: [PATCH 1/3] 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 27dfc8a..c348a9f 100644 --- a/build.sbt +++ b/build.sbt @@ -38,7 +38,7 @@ libraryDependencies ++= Seq( "com.google.inject.extensions" % "guice-assistedinject" % "6.0.0" % Provided, "com.iheart" %% "ficus" % "1.5.2", "io.flow" %% "lib-util" % "0.2.77", - "io.flow" %% "lib-log-play29" % "0.2.77", + "io.flow" %% "lib-log-play29" % "0.2.79", "com.typesafe.akka" %% "akka-actor" % akkaVersion % Provided, "com.typesafe.akka" %% "akka-slf4j" % akkaVersion % Provided, "com.typesafe.akka" %% "akka-testkit" % akkaVersion % Test, From 5d146ab04bd452ee316df12cb86e611fe95c05e5 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 29 Jan 2026 02:15:59 +0000 Subject: [PATCH 2/3] 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 c348a9f..7e07037 100644 --- a/build.sbt +++ b/build.sbt @@ -37,7 +37,7 @@ libraryDependencies ++= Seq( "com.google.inject" % "guice" % "6.0.0" % Provided, "com.google.inject.extensions" % "guice-assistedinject" % "6.0.0" % Provided, "com.iheart" %% "ficus" % "1.5.2", - "io.flow" %% "lib-util" % "0.2.77", + "io.flow" %% "lib-util" % "0.2.78", "io.flow" %% "lib-log-play29" % "0.2.79", "com.typesafe.akka" %% "akka-actor" % akkaVersion % Provided, "com.typesafe.akka" %% "akka-slf4j" % akkaVersion % Provided, From 10890c94882de1a0f6ef30a50dcd2050bd21b4f4 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 29 Jan 2026 02:15:59 +0000 Subject: [PATCH 3/3] 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 7a2a71e..719e1b6 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -3,7 +3,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") addSbtPlugin("com.github.sbt" % "sbt-git" % "2.1.0")