From 6009c5b8ab6c6310542693c4376ada954797c3aa Mon Sep 17 00:00:00 2001 From: Karolina Bogacka Date: Fri, 21 Mar 2025 00:07:47 +0100 Subject: [PATCH] Add simple logging provider to get rid of warnings --- build.sbt | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sbt b/build.sbt index 23e207d..338c0c4 100644 --- a/build.sbt +++ b/build.sbt @@ -20,6 +20,7 @@ lazy val root = (project in file(".")) .settings( name := "jelly-cli", libraryDependencies ++= Seq( + "org.slf4j" % "slf4j-simple" % "2.0.17", "org.apache.jena" % "jena-core" % jenaV, "org.apache.jena" % "jena-arq" % jenaV, "eu.ostrzyciel.jelly" %% "jelly-jena" % jellyV,