Skip to content

Commit b65855c

Browse files
authored
Merge pull request sbt#331 from sbt/eed3si9n-patch-1
Update .scala-steward.conf
2 parents c68bb0e + 145c11a commit b65855c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.scala-steward.conf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
updates.pin = [
22
# JGit 6 requires Java 11, see #213
3-
{ groupId = "org.eclipse.jgit", artifactId = "org.eclipse.jgit", version = "5." }
3+
{ groupId = "org.eclipse.jgit", artifactId = "org.eclipse.jgit", version = "5." },
4+
{ groupId = "org.scala-lang", artifactId = "scala-library", version = "2.12." }
45
]

0 commit comments

Comments
 (0)