You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Prevent create_repository.py from downgrading jars
The script will now only update an existing artifact if the newly
resolved version is greater than that already in the
third_party/repositories file. Part of bazel-contrib#1482.
Tested by running on `master` both before and after bazel-contrib#1631. The script
produced no new changes, and is even faster now, since it also won't try
to downgrade existing artifact versions. More specifically, this change
prevents the following downgrades:
- scalap: from latest Scala version to an earlier version, including
2.13.14 to 2.13.11
- com.lihaoyi.pprint: from pprint_3:0.9.0 to pprint_2.13:0.6.4
- compiler-interface: 1.10.1 to 1.3.5 or 1.9.6
- com.lihaoyi.geny: from geny_3:1.1.1 to geny_2.13:0.6.5
0 commit comments