From 570ea0f59bb04802e9ef522f4fda586e5e83fa98 Mon Sep 17 00:00:00 2001 From: Ostrzyciel Date: Sat, 3 Jan 2026 17:28:22 +0100 Subject: [PATCH] Update Jelly-JVM to 3.6.3 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 8f6900d..0064977 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.6.2" +lazy val jellyV = "3.6.3" lazy val graalvmV = "25.0.1" addCommandAlias("fixAll", "scalafixAll; scalafmtAll")