mirror of https://github.com/sbt/sbt.git
Make bintray the default/first remote resoler, for faster resolution times.
This commit is contained in:
parent
a77a6fbc0b
commit
9261652d41
|
|
@ -12,8 +12,9 @@
|
|||
|
||||
[repositories]
|
||||
local
|
||||
jcenter: https://jcenter.bintray.com/
|
||||
${{repositories}}
|
||||
maven-central
|
||||
|
||||
|
||||
[boot]
|
||||
directory: ${sbt.boot.directory-${sbt.global.base-${user.home}/.sbt}/boot/}
|
||||
|
|
|
|||
Loading…
Reference in New Issue