From 88e487f32c584227807c585d61f4ddefeb79dd92 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 19 Aug 2026 17:04:00 +0000 Subject: [PATCH] Update jelly-core-protos-google, ... to 3.7.3+36-ec26977f-SNAPSHOT --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index c7cd969..774771d 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+33-28c9f700-SNAPSHOT" +lazy val jellyV = "3.7.3+36-ec26977f-SNAPSHOT" lazy val graalvmV = "25.2.4" addCommandAlias("fixAll", "scalafixAll; scalafmtAll")