All Downloads are FREE. Search and download functionalities are using the official Maven repository.

scala.build.errors.Severity.scala Maven / Gradle / Ivy

package scala.build.errors

sealed abstract class Severity extends Product with Serializable

object Severity {
  case object Error   extends Severity
  case object Warning extends Severity
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy