From 911cd45965bea633cfd2fd7dad9bd2d68f299505 Mon Sep 17 00:00:00 2001 From: kenji yoshida <6b656e6a69@gmail.com> Date: Fri, 26 Feb 2021 07:19:51 +0900 Subject: [PATCH] ignore jetty 11.x and 10.x updates --- .scala-steward.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.scala-steward.conf b/.scala-steward.conf index bbaec71d6..80471eeb4 100644 --- a/.scala-steward.conf +++ b/.scala-steward.conf @@ -1,3 +1,7 @@ updates.limit = 3 updates.includeScala = true + +updates.pin = [ + { groupId = "org.eclipse.jetty", version = "9." } +]