Skip to content

Commit

Permalink
Update utest to 0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Apr 15, 2024
1 parent 960a8dc commit d4bd6e3
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 @@ -45,7 +45,7 @@ libraryDependencies ++= {
"com.typesafe.scala-logging" %% "scala-logging" % "3.9.5",
"org.slf4j" % "slf4j-log4j12" % "2.0.9" % Test,
"org.semanticweb.elk" % "elk-owlapi" % "0.4.3" % Test,
"com.lihaoyi" %% "utest" % "0.8.1" % Test
"com.lihaoyi" %% "utest" % "0.8.3" % Test
)
}

Expand Down

0 comments on commit d4bd6e3

Please sign in to comment.