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

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

// $COVERAGE-OFF$
package zio.query

/** This object was generated by sbt-buildinfo. */
private[query] case object BuildUtils {
  /** The value is true. */
  final val optimizationsEnabled = true
  override val toString: String = {
    "optimizationsEnabled: %s".format(
      optimizationsEnabled
    )
  }
}
// $COVERAGE-ON$




© 2015 - 2024 Weber Informatics LLC | Privacy Policy