Skip to content

Commit

Permalink
Merge pull request #1567 from scalacenter/steward-pin
Browse files Browse the repository at this point in the history
fix steward pinning
  • Loading branch information
bjaglin authored Mar 17, 2022
2 parents 58de770 + 6e4ce02 commit aa9e409
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .scala-steward.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ updates.pin = [
{ groupId = "org.scalatest", artifactId = "scalatest", version = "3.0.8" },

# 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." },

# https://github.com/com-lihaoyi/PPrint/pull/72 brought a breaking change, see https://github.com/scalacenter/scalafix/pull/1522
{ groupId = "com.lihaoyi", artifactId = "pprint", version = "0.6." },
Expand Down

0 comments on commit aa9e409

Please sign in to comment.