Skip to content

Commit

Permalink
Update org.eclipse.jgit to 5.9.0.202009080501-r
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Sep 10, 2020
1 parent 3b4f761 commit 16ebdb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -25,7 +25,7 @@ scalacOptions += "-Ywarn-dead-code"
scalacOptions += "-Ywarn-numeric-widen"
scalacOptions += "-Ywarn-value-discard"

libraryDependencies += "org.eclipse.jgit" % "org.eclipse.jgit" % "5.8.1.202007141445-r" % Test
libraryDependencies += "org.eclipse.jgit" % "org.eclipse.jgit" % "5.9.0.202009080501-r" % Test
libraryDependencies += "org.scalacheck" %% "scalacheck" % "1.14.3" % Test

Test / fork := false
Expand Down

0 comments on commit 16ebdb7

Please sign in to comment.