sbt-buildinfo.BuildInfo.scala Maven / Gradle / Ivy
// $COVERAGE-OFF$
package com.lightbend.tools.fortify.plugin
/** This object was generated by sbt-buildinfo. */
case object BuildInfo {
/** The value is "1.1.4". */
val version: String = "1.1.4"
/** The value is 1729374288431L. */
val currentDateMillis: scala.Long = 1729374288431L
/** The value is scala.Some("fortify"). */
val checkGrant: scala.Option[String] = scala.Some("fortify")
override val toString: String = {
"version: %s, currentDateMillis: %s, checkGrant: %s".format(
version, currentDateMillis, checkGrant
)
}
}
// $COVERAGE-ON$
© 2015 - 2024 Weber Informatics LLC | Privacy Policy