From 9f66449511cecf82960f19a60778d15af5bd8c36 Mon Sep 17 00:00:00 2001 From: Ostrzyciel Date: Sun, 25 May 2025 11:25:26 +0200 Subject: [PATCH] Update Jelly-JVM to 3.1.0 This will resolve the issue observed in #126 owing to the fix here: https://github.com/Jelly-RDF/jelly-jvm/pull/404 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 12f7f03..1eab235 100644 --- a/build.sbt +++ b/build.sbt @@ -6,7 +6,7 @@ resolvers += "Sonatype OSS Snapshots" at "https://s01.oss.sonatype.org/content/repositories/snapshots" lazy val jenaV = "5.3.0" -lazy val jellyV = "3.0.0" +lazy val jellyV = "3.1.0" addCommandAlias("fixAll", "scalafixAll; scalafmtAll")