의 빌드를 SBT. 이 문제를 극복하는 방법에 대해 조언을 해 주실 수 있습니까?difr : 나는 아래의 오류가 발생하고, <a href="https://github.com/wspringer/difr" rel="nofollow">https://github.com/wspringer/difr</a></p> <p>을하지만 어떻게-하는 내가 여기에 설명 된대로 테스트하고 "difr"유틸리티를 실행하고자하는 difr
[info] Done updating.
/home/nskalis/app/difr-master/build.sbt:14: error: not found: value defaultExcludes
defaultExcludes in Compile in unmanagedResources := "*.scaml"
^
[error] Type error in expression
Project loading failed: (r)etry, (q)uit, (l)ast, or (i)gnore? i
[warn] Ignoring load failure: no project loaded.
[error] Expected ID character
[error] Not a valid command: build
[error] build.sbt
[error] ^
[[email protected] difr-master]$ sbt build.sbt
[info] Loading project definition from /home/nskalis/app/difr-master/project
/home/nskalis/app/difr-master/build.sbt:14: error: not found: value defaultExcludes
defaultExcludes in Compile in unmanagedResources := "*.scaml"
^
[error] Type error in expression
Project loading failed: (r)etry, (q)uit, (l)ast, or (i)gnore? r
[info] Loading project definition from /home/nskalis/app/difr-master/project
/home/nskalis/app/difr-master/build.sbt:14: error: not found: value defaultExcludes
defaultExcludes in Compile in unmanagedResources := "*.scaml"
^
[error] Type error in expression
Project loading failed: (r)etry, (q)uit, (l)ast, or (i)gnore? l
[info] Loading project definition from /home/nskalis/app/difr-master/project
[debug]
[debug] Initial source changes:
[debug] removed:Set()
[debug] added: Set()
[debug] modified: Set()
[debug] Removed products: Set()
[debug] External API changes: API Changes: Set()
[debug] Modified binary dependencies: Set()
[debug] Initial directly invalidated sources: Set()
[debug]
[debug] Sources indirectly invalidated by:
[debug] product: Set()
[debug] binary dep: Set()
[debug] external source: Set()
[debug] All initially invalidated sources: Set()
[debug] Copy resource mappings:
[debug]
[debug] [Loading] Scanning directory /home/nskalis/app/difr-master
[error] Type error in expression
[debug] > load-failed
[debug] > last
첫 번째 오류가 나타나기 전에 명령이 실행되었습니다. –