From 85ec750047451d8a5e42ea95e45ba90b9afb2533 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 25 Jul 2025 16:09:00 +0000 Subject: [PATCH] Update jelly-core-protos-google, ... to 3.3.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 30607dd..dbe8e5f 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.3.1" +lazy val jellyV = "3.3.2" lazy val graalvmV = "24.2.2" addCommandAlias("fixAll", "scalafixAll; scalafmtAll")