mirror of https://github.com/sbt/sbt.git
Add missing default option
This commit is contained in:
parent
880f3733d9
commit
b754c04a30
|
|
@ -1009,6 +1009,7 @@ object Classpaths {
|
|||
homepage :== None,
|
||||
startYear :== None,
|
||||
licenses :== Nil,
|
||||
developers :== Nil,
|
||||
scmInfo :== None,
|
||||
offline :== false,
|
||||
defaultConfiguration :== Some(Configurations.Compile),
|
||||
|
|
|
|||
Loading…
Reference in New Issue