From 8867f129b4478e9b65bc99ed68b352fd740b163e Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 15 Apr 2024 18:31:22 +0000 Subject: [PATCH] Update utest to 0.8.3 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 5affa7e..a68f4f1 100644 --- a/build.sbt +++ b/build.sbt @@ -47,7 +47,7 @@ libraryDependencies ++= { "org.apache.jena" % "apache-jena-libs" % "4.6.1" exclude("org.slf4j", "slf4j-log4j12"), "org.obolibrary.robot" % "robot-core" % "1.8.4" exclude("org.slf4j", "slf4j-log4j12"), "ch.qos.logback" % "logback-classic" % "1.2.10", - "com.lihaoyi" %% "utest" % "0.8.1" % Test + "com.lihaoyi" %% "utest" % "0.8.3" % Test ) }