From 4d83b119dc4b40e9f899ac1338e7b01390123715 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 11 Nov 2023 14:32:55 +0000 Subject: [PATCH] Update scalaz-core to 7.3.8 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 4007eb5..0c32363 100644 --- a/build.sbt +++ b/build.sbt @@ -38,7 +38,7 @@ fork in Test := true libraryDependencies ++= { Seq( - "org.scalaz" %% "scalaz-core" % "7.3.7", + "org.scalaz" %% "scalaz-core" % "7.3.8", "org.apache.jena" % "apache-jena-libs" % "3.17.0" pomOnly(), "org.geneontology" %% "owl-to-rules" % "0.3.8", "net.sourceforge.owlapi" % "owlapi-distribution" % "4.5.15",