From b601637f8f9ad0d2ed7b1dc119510e0cebd1fa8c Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 18 Aug 2025 13:27:30 +0000 Subject: [PATCH] Update lib-test-utils-play29 to 0.2.62 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 1ba0596..c256bdb 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.61" % Test, + "io.flow" %% "lib-test-utils-play29" % "0.2.62" % Test, "org.postgresql" % "postgresql" % "42.7.7" % Test ), resolvers += "Typesafe repository" at "https://repo.typesafe.com/typesafe/releases/",