From 928343ff68bb25d0a8c4b8ac73ac3ed30ade6fb8 Mon Sep 17 00:00:00 2001 From: Michel Davit Date: Tue, 20 Aug 2024 10:50:30 +0200 Subject: [PATCH] Ignore updates from zstd-jni and sync with beam's version --- .scala-steward.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/.scala-steward.conf b/.scala-steward.conf index f70ec3f0ed..cc3ef49656 100644 --- a/.scala-steward.conf +++ b/.scala-steward.conf @@ -3,6 +3,7 @@ updates.ignore = [ { groupId = "com.fasterxml.jackson.core" }, { groupId = "com.fasterxml.jackson.datatype" }, { groupId = "com.fasterxml.jackson.module" }, + { groupId = "com.github.luben" }, { groupId = "com.google.api" }, { groupId = "com.google.api-client" }, { groupId = "com.google.api.grpc" },