diff --git a/build.sbt b/build.sbt index 5affa7e..57c490a 100644 --- a/build.sbt +++ b/build.sbt @@ -45,7 +45,7 @@ libraryDependencies ++= { "org.phenoscape" %% "owlet" % "1.9" exclude("org.slf4j", "slf4j-log4j12"), "commons-io" % "commons-io" % "2.11.0", "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"), + "org.obolibrary.robot" % "robot-core" % "1.9.7" exclude("org.slf4j", "slf4j-log4j12"), "ch.qos.logback" % "logback-classic" % "1.2.10", "com.lihaoyi" %% "utest" % "0.8.1" % Test )