Skip to content

Commit e11610f

Browse files
authored
Merge pull request #1637 from scala-steward/update/org.eclipse.jgit-5.13.1.202206130422-r
Update org.eclipse.jgit to 5.13.1.202206130422-r
2 parents 4e10544 + 4ca3349 commit e11610f

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ object Dependencies {
2626
val commontTextV = "1.9"
2727
val googleDiffV = "1.3.0"
2828
val java8CompatV = "0.9.0"
29-
val jgitV = "5.13.0.202109080827-r"
29+
val jgitV = "5.13.1.202206130422-r"
3030
val metaconfigFor211V = "0.9.10" // metaconfig stops publishing for scala 2.11
3131
val metaconfigV = "0.10.0"
3232
val pprintV = "0.6.6" // don't bump, rules built against metaconfig 0.9.15 or earlier would not link

project/ScalafixBuild.scala

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,9 @@ object ScalafixBuild extends AutoPlugin with GhpagesKeys {
187187
versionPolicyIgnored += "com.lihaoyi" %% "pprint",
188188
versionPolicyIgnoredInternalDependencyVersions :=
189189
Some("^\\d+\\.\\d+\\.\\d+\\+\\d+".r),
190-
versionScheme := Some("early-semver")
190+
versionScheme := Some("early-semver"),
191+
// coursier-versions always return false for the *.*.*.*-r pattern jgit uses
192+
libraryDependencySchemes += Dependencies.jgit.withRevision("always")
191193
)
192194

193195
override def projectSettings: Seq[Def.Setting[_]] = List(

0 commit comments

Comments
 (0)