Skip to content

Commit

Permalink
Update org.eclipse.jgit to 6.10.0.202406032230-r
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jun 28, 2024
1 parent 35a17bc commit 67391fe
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.6.1.202309021850-r")
override def ivyDeps = super.ivyDeps() ++ Agg(ivy"org.eclipse.jgit:org.eclipse.jgit:6.10.0.202406032230-r")

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

0 comments on commit 67391fe

Please sign in to comment.