diff --git a/build.sbt b/build.sbt index 20cc3b0..da24978 100644 --- a/build.sbt +++ b/build.sbt @@ -11,7 +11,7 @@ resolvers += "Sonatype OSS Snapshots" at "https://central.sonatype.com/repository/maven-snapshots" lazy val jenaV = "6.2.0" -lazy val jellyV = "3.7.3+52-86878627-SNAPSHOT" +lazy val jellyV = "3.7.3+55-eeaf94e9-SNAPSHOT" lazy val graalvmV = "25.3.4.1" addCommandAlias("fixAll", "scalafixAll; scalafmtAll")