From 1cfc85269171376f7d4375e4a8761b2781872363 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 17 Sep 2025 15:41:34 +0000 Subject: [PATCH] Update jelly-core-protos-google, ... to 3.5.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 41bb740..15bd812 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.5.1" +lazy val jellyV = "3.5.2" lazy val graalvmV = "24.2.2" addCommandAlias("fixAll", "scalafixAll; scalafmtAll")