package sbt
object CompileOptions
{
val Deprecation = "-deprecation"
val Unchecked = "-unchecked"
val Verbose = "-verbose"
}