mirror of https://github.com/sbt/sbt.git
fix duplicate [boot] sections
This commit is contained in:
parent
2cc2b15161
commit
85835c6d22
|
|
@ -17,8 +17,5 @@
|
||||||
scala-tools-releases
|
scala-tools-releases
|
||||||
scala-tools-snapshots
|
scala-tools-snapshots
|
||||||
|
|
||||||
[boot]
|
|
||||||
directory: ${sbt.boot.directory-project/boot/}
|
|
||||||
|
|
||||||
[ivy]
|
[ivy]
|
||||||
ivy-home: ${sbt.ivy.home-${user.home}/.ivy2/}
|
ivy-home: ${sbt.ivy.home-${user.home}/.ivy2/}
|
||||||
|
|
|
||||||
|
|
@ -16,6 +16,3 @@
|
||||||
maven-central
|
maven-central
|
||||||
scala-tools-releases
|
scala-tools-releases
|
||||||
scala-tools-snapshots
|
scala-tools-snapshots
|
||||||
|
|
||||||
[boot]
|
|
||||||
directory: ${sbt.boot.directory-${user.home}/.sbt/scripts/}
|
|
||||||
|
|
|
||||||
|
|
@ -16,6 +16,3 @@
|
||||||
maven-central
|
maven-central
|
||||||
scala-tools-releases
|
scala-tools-releases
|
||||||
scala-tools-snapshots
|
scala-tools-snapshots
|
||||||
|
|
||||||
[boot]
|
|
||||||
directory: ${sbt.boot.directory-${user.home}/.sbt/screpl/}
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue