Skip to content

Commit 48afb48

Browse files
committed
Update build dependency jgit to 7.2.0.202503040940-r
Notably it adds support for recognizing [git worktrees](https://www.tomups.com/posts/git-worktrees/). Trying to compile the compiler would fail under a worktree on the old version, due to jgit not recognizing it as a repository. Old version is over 7 years old at this point.
1 parent 107a2f1 commit 48afb48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
// Used by VersionUtil to get gitHash and commitDate
2-
libraryDependencies += "org.eclipse.jgit" % "org.eclipse.jgit" % "4.11.0.201803080745-r"
2+
libraryDependencies += "org.eclipse.jgit" % "org.eclipse.jgit" % "7.2.0.202503040940-r"
33

44
libraryDependencies += Dependencies.`jackson-databind`

0 commit comments

Comments
 (0)