mirror of https://github.com/sbt/sbt.git
drop clashing, obsolete CompileOptions object
This commit is contained in:
parent
a750c1563f
commit
e965785646
|
|
@ -1,8 +0,0 @@
|
||||||
package sbt
|
|
||||||
|
|
||||||
object CompileOptions
|
|
||||||
{
|
|
||||||
val Deprecation = "-deprecation"
|
|
||||||
val Unchecked = "-unchecked"
|
|
||||||
val Verbose = "-verbose"
|
|
||||||
}
|
|
||||||
Loading…
Reference in New Issue