From 09cd3a3eb1cd8419753a7aaff6aceab56fb45173 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 21 May 2026 15:43:10 +0000 Subject: [PATCH] Update jelly-core-protos-google, ... to 3.7.3 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 60f8c46..8e04b2d 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.7.2" +lazy val jellyV = "3.7.3" lazy val graalvmV = "25.0.3" addCommandAlias("fixAll", "scalafixAll; scalafmtAll")