From 9a9a22f5347d89d499a37da3a96bc0385b80eff0 Mon Sep 17 00:00:00 2001 From: friendseeker <66892505+Friendseeker@users.noreply.github.com> Date: Sun, 24 Nov 2024 00:54:17 -0800 Subject: [PATCH] Let Scala Steward auto-update protobuf version --- .scala-steward.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/.scala-steward.conf b/.scala-steward.conf index 00e3eba3a..da8b9ff35 100644 --- a/.scala-steward.conf +++ b/.scala-steward.conf @@ -5,6 +5,5 @@ pullRequests.frequency = "14 days" updates.ignore = [ # as per discussion on sbt/zinc#1236, this is # "if it ain't broke don't fix it" territory - { groupId = "com.google.protobuf" }, { groupId = "org.eclipse.jgit" } ]