From 63843dc5f7301ff862f6481a23d9c617c56c028f Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 25 Aug 2026 17:56:55 +0000 Subject: [PATCH] Update jelly-core-protos-google, ... to 3.7.3+44-077ab789-SNAPSHOT --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index df127e5..c0d0821 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+38-8c8fccab-SNAPSHOT" +lazy val jellyV = "3.7.3+44-077ab789-SNAPSHOT" lazy val graalvmV = "25.2.4" addCommandAlias("fixAll", "scalafixAll; scalafmtAll")