diff --git a/build.sbt b/build.sbt index e19c36b..041babf 100644 --- a/build.sbt +++ b/build.sbt @@ -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.5" % Test ) }