Skip to content

Commit

Permalink
Merge pull request #2075 from scalacenter/update/org.eclipse.jgit-6.6…
Browse files Browse the repository at this point in the history
….0.202305301015-r

build(deps): Update org.eclipse.jgit, ... from 6.5.0.202303070854-r to 6.6.0.202305301015-r
  • Loading branch information
tgodzik committed Jun 15, 2023
2 parents cbf9869 + 8ca0381 commit 95ebe78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.11.0")

updateOptions := updateOptions.value.withLatestSnapshots(false)
libraryDependencies ++= List(
"org.eclipse.jgit" % "org.eclipse.jgit" % "6.5.0.202303070854-r",
"org.eclipse.jgit" % "org.eclipse.jgit.ssh.jsch" % "6.5.0.202303070854-r",
"org.eclipse.jgit" % "org.eclipse.jgit" % "6.6.0.202305301015-r",
"org.eclipse.jgit" % "org.eclipse.jgit.ssh.jsch" % "6.6.0.202305301015-r",
"commons-codec" % "commons-codec" % "1.15",
("ch.epfl.scala" % "jarjar" % "1.7.2-patched")
.exclude("org.apache.ant", "ant")
Expand Down

0 comments on commit 95ebe78

Please sign in to comment.