From 9b6c1e2c6c00ee550212e55e3d9380bbd8db9952 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 10 Feb 2026 11:35:08 +0000 Subject: [PATCH 1/2] Update lib-test-utils-play29 to 0.3.6 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 77dc481..f8796af 100644 --- a/build.sbt +++ b/build.sbt @@ -33,7 +33,7 @@ lazy val root = project scalacOptions ++= allScalacOptions ++ Seq("-release", "17"), libraryDependencies ++= Seq( "org.playframework.anorm" %% "anorm" % "2.8.1", - "io.flow" %% "lib-test-utils-play29" % "0.3.5" % Test, + "io.flow" %% "lib-test-utils-play29" % "0.3.6" % Test, "org.postgresql" % "postgresql" % "42.7.7" % Test ), resolvers += "Typesafe repository" at "https://repo.typesafe.com/typesafe/releases/", From 66450f21e4491855b7ff57873bf8a4fcd0287a7f Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 10 Feb 2026 11:35:08 +0000 Subject: [PATCH 2/2] Update sbt-flow-linter to 0.0.77 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index fd244fc..c2609c4 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -7,7 +7,7 @@ addSbtPlugin("com.thoughtworks.sbt-api-mappings" % "sbt-api-mappings" % "3.0.2") 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") addSbtPlugin("com.github.sbt" % "sbt-git" % "2.1.0")