mirror of https://github.com/sbt/sbt.git
Fix source-dependencies/relative-source-error to use explicit reloads. Ref #923.
This commit is contained in:
parent
7d10c7e103
commit
4f81512109
|
|
@ -1,4 +1,7 @@
|
|||
$ copy-file changes/relative.sbt build.sbt
|
||||
> reload
|
||||
-> compile
|
||||
|
||||
$ copy-file changes/absolute.sbt build.sbt
|
||||
> reload
|
||||
> compile
|
||||
|
|
|
|||
Loading…
Reference in New Issue