File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ Once you've started an `sbt` session you can run one of the core commands:
125
125
If a command results in an error message like `a module is not authorized to depend on
126
126
itself`, it may be that a global SBT plugin (such as [ Ensime] ( http://ensime.org/ ) ) is
127
127
resulting in a cyclical dependency. Try disabling global SBT plugins (perhaps by
128
- temporarily commenting them out in ` ~/.sbt/0.13 /plugins/plugins.sbt ` ).
128
+ temporarily commenting them out in ` ~/.sbt/1.0 /plugins/plugins.sbt ` ).
129
129
130
130
#### Sandbox
131
131
Original file line number Diff line number Diff line change @@ -15,5 +15,5 @@ sensitive >/dev/null 2>&1
15
15
gpg --list-keys
16
16
gpg --list-secret-keys
17
17
18
- mkdir -p ~ /.sbt/0.13 /plugins
19
- cp files/gpg.sbt ~ /.sbt/0.13 /plugins/
18
+ mkdir -p ~ /.sbt/1.0 /plugins
19
+ cp files/gpg.sbt ~ /.sbt/1.0 /plugins/
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ function checkAvailability () {
82
82
# Only used on Jenkins
83
83
# Generate a repositories file with all allowed repositories in our build environment.
84
84
# Takes a variable number of additional repositories as argument.
85
- # See http ://www.scala-sbt.org/0.13 /docs/Proxy-Repositories.html
85
+ # See https ://www.scala-sbt.org/1.x /docs/Proxy-Repositories.html
86
86
function generateRepositoriesConfig() {
87
87
echo > "$sbtRepositoryConfig" '[repositories]'
88
88
if [[ $# -gt 0 ]]; then
You can’t perform that action at this time.
0 commit comments