Skip to content

Commit 605630e

Browse files
Merge pull request #514 from codacy/bump-jgit
bump jgit v6
2 parents 5d31406 + ceace38 commit 605630e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ lazy val apiScala = project
8181
libraryDependencies ++= Seq(
8282
"com.typesafe.play" %% "play-json" % "2.10.5",
8383
("org.scalaj" %% "scalaj-http" % "2.4.2").cross(CrossVersion.for3Use2_13),
84-
"org.eclipse.jgit" % "org.eclipse.jgit" % "4.11.9.201909030838-r",
84+
"org.eclipse.jgit" % "org.eclipse.jgit" % "6.10.0.202406032230-r",
8585
scalatest % Test
8686
)
8787
)

0 commit comments

Comments
 (0)