From d263e10a22a7d6d298df77851d35cd2f3a56887f Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 13 Aug 2024 01:05:00 +0000 Subject: [PATCH] Update utest to 0.8.4 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 5ec16b9..c69a648 100644 --- a/build.sbt +++ b/build.sbt @@ -60,7 +60,7 @@ libraryDependencies ++= { "org.phenoscape" %% "sparql-utils" % "1.3.1" exclude ("log4j", "log4j"), "org.phenoscape" %% "sparql-utils-owlapi" % "1.3.1" exclude ("log4j", "log4j"), "org.slf4j" % "log4j-over-slf4j" % "1.7.32", - "com.lihaoyi" %% "utest" % "0.8.1" % Test + "com.lihaoyi" %% "utest" % "0.8.4" % Test ) }