Skip to content

Commit

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

Update org.eclipse.jgit to 5.4.0.201906121030-r
  • Loading branch information
dwijnand authored Jun 18, 2019
2 parents 65c3071 + 2cb07ac commit d527633
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 @@ -32,7 +32,7 @@ scalacOptions += "-Ywarn-dead-code"
scalacOptions += "-Ywarn-numeric-widen"
scalacOptions += "-Ywarn-value-discard"

libraryDependencies += "org.eclipse.jgit" % "org.eclipse.jgit" % "5.3.2.201906051522-r" % Test
libraryDependencies += "org.eclipse.jgit" % "org.eclipse.jgit" % "5.4.0.201906121030-r" % Test
libraryDependencies += "org.scalacheck" %% "scalacheck" % "1.14.0" % Test

fork in Test := false
Expand Down

0 comments on commit d527633

Please sign in to comment.