File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ object Dependencies {
26
26
val commontTextV = " 1.9"
27
27
val googleDiffV = " 1.3.0"
28
28
val java8CompatV = " 0.9.0"
29
- val jgitV = " 5.13.0.202109080827 -r"
29
+ val jgitV = " 5.13.1.202206130422 -r"
30
30
val metaconfigFor211V = " 0.9.10" // metaconfig stops publishing for scala 2.11
31
31
val metaconfigV = " 0.10.0"
32
32
val pprintV = " 0.6.6" // don't bump, rules built against metaconfig 0.9.15 or earlier would not link
Original file line number Diff line number Diff line change @@ -187,7 +187,9 @@ object ScalafixBuild extends AutoPlugin with GhpagesKeys {
187
187
versionPolicyIgnored += " com.lihaoyi" %% " pprint" ,
188
188
versionPolicyIgnoredInternalDependencyVersions :=
189
189
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" )
191
193
)
192
194
193
195
override def projectSettings : Seq [Def .Setting [_]] = List (
You can’t perform that action at this time.
0 commit comments