Skip to content

Commit 3164026

Browse files
committed
Update lib-test-utils-play29 to 0.2.79
1 parent c993894 commit 3164026

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ lazy val root = project
3333
scalacOptions ++= allScalacOptions ++ Seq("-release", "17"),
3434
libraryDependencies ++= Seq(
3535
"org.playframework.anorm" %% "anorm" % "2.8.1",
36-
"io.flow" %% "lib-test-utils-play29" % "0.2.77" % Test,
36+
"io.flow" %% "lib-test-utils-play29" % "0.2.79" % Test,
3737
"org.postgresql" % "postgresql" % "42.7.7" % Test
3838
),
3939
resolvers += "Typesafe repository" at "https://repo.typesafe.com/typesafe/releases/",

0 commit comments

Comments
 (0)