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

izumi.fundamentals.platform.IzumiProject.scala Maven / Gradle / Ivy

The newest version!
package izumi.fundamentals.platform

object IzumiProject {
  final val bugtrackerUrl = "https://github.com/7mind/izumi/issues"
  final def bugReportPrompt(message: String, diag: String*): String = {
    (Seq(s"[BUG] $message, please report: $bugtrackerUrl") ++ diag).mkString("\n")
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy