Skip to content

Commit 3672a4c

Browse files
authored
Pin scala steward to specific jgit version (#255)
1 parent 9f7e93b commit 3672a4c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.scala-steward.conf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Latest version of jgit which was compiled with JDK 8 which this project targets
2+
updates.pin = [{ groupId = "org.eclipse.jgit", version = "5.13.0.202109080827-r" }]
3+
updates.ignore = [
4+
{ groupId = "org.eclipse.jgit" }
5+
]

0 commit comments

Comments
 (0)