From f654c5bfce6ee23692e12838a9567e907f37d1be Mon Sep 17 00:00:00 2001 From: Eugene Yokota Date: Sun, 20 Oct 2024 11:09:43 -0400 Subject: [PATCH] Pin protobuf-java to 3.x for now --- .scala-steward.conf | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .scala-steward.conf diff --git a/.scala-steward.conf b/.scala-steward.conf new file mode 100644 index 0000000..d3a35fc --- /dev/null +++ b/.scala-steward.conf @@ -0,0 +1,3 @@ +updates.pin = [ + { groupId = "com.google.protobuf", artifactId="protobuf-java", version = "3." } +]