From 8f6e8fd62ce959321087e7504483f7b31a1009fa Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 10 Sep 2026 19:26:07 +0000 Subject: [PATCH] Update jelly-core-protos-google, ... to 3.7.3+52-86878627-SNAPSHOT --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index d7be297..20cc3b0 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+49-e908953b-SNAPSHOT" +lazy val jellyV = "3.7.3+52-86878627-SNAPSHOT" lazy val graalvmV = "25.3.4.1" addCommandAlias("fixAll", "scalafixAll; scalafmtAll")