Skip to content

Commit

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

build(deps): Update org.eclipse.jgit, ... from 5.13.2.202306221912-r to 5.13.3.202401111512-r
  • Loading branch information
tgodzik authored Jan 12, 2024
2 parents 6c2de43 + 7097b74 commit e1fe572
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 @@ -19,8 +19,8 @@ updateOptions := updateOptions.value.withLatestSnapshots(false)
libraryDependencies ++= List(
// set to jgit 5, because 6 is compatible only with java 11,
// context https://github.com/scalacenter/bloop/pull/2101
"org.eclipse.jgit" % "org.eclipse.jgit" % "5.13.2.202306221912-r",
"org.eclipse.jgit" % "org.eclipse.jgit.ssh.jsch" % "5.13.2.202306221912-r",
"org.eclipse.jgit" % "org.eclipse.jgit" % "5.13.3.202401111512-r",
"org.eclipse.jgit" % "org.eclipse.jgit.ssh.jsch" % "5.13.3.202401111512-r",
"commons-codec" % "commons-codec" % "1.16.0",
("ch.epfl.scala" % "jarjar" % "1.7.2-patched")
.exclude("org.apache.ant", "ant")
Expand Down

0 comments on commit e1fe572

Please sign in to comment.