We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c993894 commit 3164026Copy full SHA for 3164026
build.sbt
@@ -33,7 +33,7 @@ lazy val root = project
33
scalacOptions ++= allScalacOptions ++ Seq("-release", "17"),
34
libraryDependencies ++= Seq(
35
"org.playframework.anorm" %% "anorm" % "2.8.1",
36
- "io.flow" %% "lib-test-utils-play29" % "0.2.77" % Test,
+ "io.flow" %% "lib-test-utils-play29" % "0.2.79" % Test,
37
"org.postgresql" % "postgresql" % "42.7.7" % Test
38
),
39
resolvers += "Typesafe repository" at "https://repo.typesafe.com/typesafe/releases/",
0 commit comments