From c7b6583647ba2f4378600e4b7ed8d2cfcdca0623 Mon Sep 17 00:00:00 2001 From: Ostrzyciel Date: Sun, 8 Feb 2026 23:17:05 +0100 Subject: [PATCH] Update Jelly-JVM to 3.7.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 3ccd1b0..883f39d 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.3" +lazy val jellyV = "3.7.0" lazy val graalvmV = "25.0.2" addCommandAlias("fixAll", "scalafixAll; scalafmtAll")