Skip to content

Commit

Permalink
Merge pull request #156 from scala-steward/update/org.eclipse.jgit-5.…
Browse files Browse the repository at this point in the history
…13.0.202109080827-r

Update org.eclipse.jgit to 5.13.0.202109080827-r
  • Loading branch information
ckipp01 authored Sep 12, 2021
2 parents f98b927 + 9791104 commit d679245
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ lazy val root = Project("sbt-coveralls", file("."))
libraryDependencies ++= Seq(
"com.fasterxml.jackson.core" % "jackson-core" % "2.12.5",
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.12.5",
"org.eclipse.jgit" % "org.eclipse.jgit" % "5.12.0.202106070339-r",
"org.eclipse.jgit" % "org.eclipse.jgit" % "5.13.0.202109080827-r",
"org.scalaj" %% "scalaj-http" % "2.4.2",
"org.mockito" % "mockito-core" % "3.12.4" % Test,
"org.scalatest" %% "scalatest" % "3.2.9" % Test
Expand Down

0 comments on commit d679245

Please sign in to comment.