Skip to content

Commit

Permalink
Merge pull request #288 from scalacenter/steward-pinning
Browse files Browse the repository at this point in the history
fix steward pinning
  • Loading branch information
bjaglin authored Mar 17, 2022
2 parents 0a4dfc6 + 1b49108 commit 9f90121
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .scala-steward.conf
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
pullRequests.frequency = "0 0 1,15 * ?"
updates.ignore = [
{ groupId = "ch.epfl.scala", artifactId = "example-scalafix-rule" },

]
updates.pin = [
# 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." },
{ groupId = "org.eclipse.jgit", artifactId = "org.eclipse.jgit", version = "5." },
]

0 comments on commit 9f90121

Please sign in to comment.