From 31260583667a3b885594431dd14c8dda943ccafd Mon Sep 17 00:00:00 2001 From: Brice Jaglin Date: Tue, 11 Jan 2022 09:28:12 +0100 Subject: [PATCH] don't bump JGit to keep Java 8 compatibility --- .scala-steward.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.scala-steward.conf b/.scala-steward.conf index 23f72729..5724b783 100644 --- a/.scala-steward.conf +++ b/.scala-steward.conf @@ -1,4 +1,7 @@ pullRequests.frequency = "0 0 1,15 * ?" updates.ignore = [ { groupId = "ch.epfl.scala", artifactId = "example-scalafix-rule" }, + + # JGit 6.x requires Java 11, see https://www.eclipse.org/lists/cross-project-issues-dev/msg18654.html + { groupId = " org.eclipse.jgit", artifactId = "org.eclipse.jgit", version = "5." }, ]