Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ object Dependencies {
val coursierInterfaceV = "1.0.28"
val commontTextV = "1.15.0"
val googleDiffV = "1.3.0"
val jgitV = "5.13.5.202508271544-r"
val jgitV = "7.6.0.202603022253-r"
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this was to support JDK 8, but we could run JDK 17 with the -release option.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like we would have drop JDK 17 altogether for sbt plugin. Maybe one of the newer 5 versions also support worktrees?

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

independently of the current discussion, please remove

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." },
]
to keep upgrading that in the future

val metaconfigV = "0.18.4"
val nailgunV = "0.9.1"
val scalaXmlV = "2.4.0"
Expand Down
Loading