Skip to content

Commit

Permalink
Merge pull request #239 from scala-steward/update/utest-0.8.4
Browse files Browse the repository at this point in the history
Update utest to 0.8.4
  • Loading branch information
mergify[bot] authored Aug 13, 2024
2 parents d14c1ee + 1fb0468 commit e270faf
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.9" % Test,
"io.circe" %% "circe-parser" % "0.14.9",
"org.apache.kafka" % "kafka-clients" % "3.8.0",
"com.lihaoyi" %% "utest" % "0.8.3" % Test
"com.lihaoyi" %% "utest" % "0.8.4" % Test
)

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

0 comments on commit e270faf

Please sign in to comment.