There was an error while loading. Please reload this page.
1 parent b26e8d1 commit dcacd58Copy full SHA for dcacd58
1 file changed
build.sbt
@@ -62,7 +62,7 @@ lazy val root = (project in file("."))
62
.settings(
63
name := "jelly-cli",
64
libraryDependencies ++= Seq(
65
- "org.slf4j" % "slf4j-simple" % "2.0.18",
+ "org.slf4j" % "slf4j-simple" % "2.0.19",
66
"org.apache.jena" % "jena-core" % jenaV,
67
"org.apache.jena" % "jena-arq" % jenaV,
68
// Jelly-JVM 3.7.x pins Jena 5.6.x as a dependency, we must exclude it, because we use Jena 6.x.
0 commit comments