From ad7c3e67532c1343e7c2089c5d3559cea2c71007 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 20 Nov 2025 15:33:32 +0000 Subject: [PATCH] Update jelly-core-protos-google, ... to 3.6.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index c25a6e3..93f458d 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.1" +lazy val jellyV = "3.6.2" lazy val graalvmV = "25.0.1" addCommandAlias("fixAll", "scalafixAll; scalafmtAll")