From 678b838f9a5f8f139034b65fbe0e4dd5a2c1b07b Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 19 Oct 2025 15:18:21 +0000 Subject: [PATCH] Update jelly-core-protos-google, ... to 3.6.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index f688db5..eefda49 100644 --- a/build.sbt +++ b/build.sbt @@ -6,7 +6,7 @@ resolvers += "Sonatype OSS Snapshots" at "https://s01.oss.sonatype.org/content/repositories/snapshots" lazy val jenaV = "5.3.0" -lazy val jellyV = "3.6.0" +lazy val jellyV = "3.6.1" lazy val graalvmV = "25.0.0" addCommandAlias("fixAll", "scalafixAll; scalafmtAll")