Skip to content

Commit

Permalink
Update JGit
Browse files Browse the repository at this point in the history
  • Loading branch information
nightscape authored and joan38 committed Oct 14, 2022
1 parent f981dfd commit d3ae15b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class MillGitCross(millVersion: String)
ivy"com.lihaoyi::mill-scalalib:$millVersion",
ivy"com.lihaoyi::mill-contrib-docker:$millVersion"
)
override def ivyDeps = super.ivyDeps() ++ Agg(ivy"org.eclipse.jgit:org.eclipse.jgit:6.0.0.202111291000-r")
override def ivyDeps = super.ivyDeps() ++ Agg(ivy"org.eclipse.jgit:org.eclipse.jgit:6.3.0.202209071007-r")

override def publishVersion = GitVersionModule.version(withSnapshotSuffix = true)()
def pomSettings = PomSettings(
Expand Down

0 comments on commit d3ae15b

Please sign in to comment.