From 7dda9d195065c84c2c9dfb453571ef9323a8d3ee Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 5 Jun 2025 22:14:12 +0000 Subject: [PATCH] Update jelly-core-protos-google, ... to 3.1.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index b863e7a..60fa531 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.1.0" +lazy val jellyV = "3.1.1" lazy val graalvmV = "24.2.1" addCommandAlias("fixAll", "scalafixAll; scalafmtAll")