Skip to content

Commit

Permalink
Update utest to 0.8.1 (#593)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Sep 20, 2022
1 parent 271d39b commit c91f8e0
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 @@ -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.0" % Test
"com.lihaoyi" %% "utest" % "0.8.1" % Test
)
}

Expand Down

0 comments on commit c91f8e0

Please sign in to comment.