Skip to content

Commit

Permalink
Update utest to 0.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jan 10, 2025
1 parent 6637040 commit 81c026f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ libraryDependencies ++= Seq(
"io.circe" %% "circe-generic" % "0.14.10" % Test,
"io.circe" %% "circe-parser" % "0.14.10",
"org.apache.kafka" % "kafka-clients" % "3.9.0",
"com.lihaoyi" %% "utest" % "0.8.4" % Test
"com.lihaoyi" %% "utest" % "0.8.5" % Test
)

testFrameworks += new TestFramework("utest.runner.Framework")

0 comments on commit 81c026f

Please sign in to comment.