Skip to content

Commit

Permalink
Bump coursier version to 1.1.0.cf365ea27a710d5f09db1f0a6feee129aa1fc4…
Browse files Browse the repository at this point in the history
…17 (#5625)
  • Loading branch information
wisechengyi committed Mar 24, 2018
1 parent 819f9a6 commit 203a7e6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@ def register_options(cls, register):
register('--fetch-options', type=list, fingerprint=True,
help='Additional options to pass to coursier fetch. See `coursier fetch --help`')
register('--bootstrap-jar-url', fingerprint=True,
default='https://dl.dropboxusercontent.com/s/t8zz2nupqkv2sfv/coursier-cli-1.0.2.e943c8069180d22f352878949f9522ad91d89026.jar?dl=0',
default='https://dl.dropboxusercontent.com/s/zwh074l9kxhqlwp/coursier-cli-1.1.0.cf365ea27a710d5f09db1f0a6feee129aa1fc417.jar?dl=0',
help='Location to download a bootstrap version of Coursier.')
# TODO(wisechengyi): currently using a custom url for fast iteration.
# Once the coursier builds are stable, move the logic to binary_util. https://github.com/pantsbuild/pants/issues/5381
# Ths sha in the version corresponds to the sha in the PR https://github.com/coursier/coursier/pull/774
# The jar is built by following https://github.com/coursier/coursier/blob/master/DEVELOPMENT.md#build-with-pants
register('--version', type=str, fingerprint=True,
default='1.0.2.e943c8069180d22f352878949f9522ad91d89026',
default='1.1.0.cf365ea27a710d5f09db1f0a6feee129aa1fc417',
help='Version paired with --bootstrap-jar-url, in order to invalidate and fetch the new version.')
register('--bootstrap-fetch-timeout-secs', type=int, advanced=True, default=10,
help='Timeout the fetch if the connection is idle for longer than this value.')
Expand Down

0 comments on commit 203a7e6

Please sign in to comment.