From 3f4e169186b27d9a0d54daa531683efc75058191 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 9 Jun 2025 19:11:39 +0000 Subject: [PATCH] Update jelly-core-protos-google, ... to 3.1.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 72c4247..829d93d 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.1" +lazy val jellyV = "3.1.2" lazy val graalvmV = "24.2.1" addCommandAlias("fixAll", "scalafixAll; scalafmtAll")