From 9c26eb290a88e33b0baebc80810b6966cb5d2771 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 31 Aug 2026 17:50:51 +0000 Subject: [PATCH] Update jelly-core-protos-google, ... to 3.7.3+46-2d860cef-SNAPSHOT --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 2b51d09..d8bec66 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+45-ee5638dd-SNAPSHOT" +lazy val jellyV = "3.7.3+46-2d860cef-SNAPSHOT" lazy val graalvmV = "25.3.4.1" addCommandAlias("fixAll", "scalafixAll; scalafmtAll")