From ef5700490d312f3e2a007a41311e134a05f46435 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 12 Sep 2025 04:31:37 +0000 Subject: [PATCH] Update lib-test-utils-play29 to 0.2.76 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 612f30b..8911212 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.2.74" % Test, + "io.flow" %% "lib-test-utils-play29" % "0.2.76" % Test, "org.postgresql" % "postgresql" % "42.7.7" % Test ), resolvers += "Typesafe repository" at "https://repo.typesafe.com/typesafe/releases/",