From 922eeb3b8f712faaf4a2ffc3147f5ddd45e75dbe Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 4 Nov 2025 04:31:50 +0000 Subject: [PATCH] Update lib-test-utils-play29 to 0.2.84 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 079c2b9..381d3e5 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.82" % Test, + "io.flow" %% "lib-test-utils-play29" % "0.2.84" % Test, "org.postgresql" % "postgresql" % "42.7.7" % Test ), resolvers += "Typesafe repository" at "https://repo.typesafe.com/typesafe/releases/",