From e4e3e358527433c92d30eb43dc822ae1a4f108f8 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 21 Aug 2026 16:47:01 +0000 Subject: [PATCH] Update jelly-core-protos-google, ... to 3.7.3+38-8c8fccab-SNAPSHOT --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 774771d..df127e5 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+36-ec26977f-SNAPSHOT" +lazy val jellyV = "3.7.3+38-8c8fccab-SNAPSHOT" lazy val graalvmV = "25.2.4" addCommandAlias("fixAll", "scalafixAll; scalafmtAll")