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

sbt-buildinfo.BuildInfoSbtClassDiagram.scala Maven / Gradle / Ivy

The newest version!
// $COVERAGE-OFF$
package diagram

/** This object was generated by sbt-buildinfo. */
case object BuildInfoSbtClassDiagram {
  /** The value is "com.github.xuwei-k". */
  val organization: String = "com.github.xuwei-k"
  /** The value is "sbt-class-diagram". */
  val name: String = "sbt-class-diagram"
  /** The value is "0.3.0". */
  val version: String = "0.3.0"
  /** The value is "3.3.4". */
  val scalaVersion: String = "3.3.4"
  /** The value is "1.10.2". */
  val sbtVersion: String = "1.10.2"
  /** The value is scala.collection.immutable.Seq("-deprecation", "-unchecked", "-language:existentials", "-language:higherKinds", "-language:implicitConversions"). */
  val scalacOptions: scala.collection.immutable.Seq[String] = scala.collection.immutable.Seq("-deprecation", "-unchecked", "-language:existentials", "-language:higherKinds", "-language:implicitConversions")
  /** The value is scala.collection.immutable.Seq(("MIT" -> new java.net.URL("https://opensource.org/licenses/MIT"))). */
  val licenses: scala.collection.immutable.Seq[(String, java.net.URL)] = scala.collection.immutable.Seq(("MIT" -> new java.net.URL("https://opensource.org/licenses/MIT")))
  override val toString: String = {
    "organization: %s, name: %s, version: %s, scalaVersion: %s, sbtVersion: %s, scalacOptions: %s, licenses: %s".format(
      organization, name, version, scalaVersion, sbtVersion, scalacOptions, licenses
    )
  }
}
// $COVERAGE-ON$




© 2015 - 2024 Weber Informatics LLC | Privacy Policy