sbt-buildinfo.BuildInfo.scala Maven / Gradle / Ivy
// $COVERAGE-OFF$
package com.improving.grpc_rest_gateway.runtime_akka
/** This object was generated by sbt-buildinfo. */
case object BuildInfo {
/** The value is "grpc-rest-gateway-runtime-akka". */
val name: String = "grpc-rest-gateway-runtime-akka"
/** The value is "grpc-rest-gateway-runtime-akka". */
val normalizedName: String = "grpc-rest-gateway-runtime-akka"
/** The value is "grpc-rest-gateway-runtime-akka". */
val description: String = "grpc-rest-gateway-runtime-akka"
/** The value is scala.Some(new java.net.URI("https://github.com/sfali/grpc-rest-gateway").toURL). */
val homepage: scala.Option[java.net.URL] = scala.Some(new java.net.URI("https://github.com/sfali/grpc-rest-gateway").toURL)
/** The value is scala.None. */
val startYear: scala.Option[scala.Int] = scala.None
/** The value is "io.github.sfali23". */
val organization: String = "io.github.sfali23"
/** The value is "io.github.sfali23". */
val organizationName: String = "io.github.sfali23"
/** The value is "0.8.2". */
val version: String = "0.8.2"
/** The value is "2.12.20". */
val scalaVersion: String = "2.12.20"
/** The value is "1.10.6". */
val sbtVersion: String = "1.10.6"
/** The value is scala.Some((2L -> 12L)). */
val scalaPartialVersion: scala.Option[(scala.Long, scala.Long)] = scala.Some((2L -> 12L))
/** The value is "3.8.4-RC3". */
val scalafmtVersion: String = "3.8.4-RC3"
/** The value is "5.18.2". */
val swaggerUiVersion: String = "5.18.2"
/** The value is scala.collection.immutable.Seq("org.scala-lang:scala-compiler:2.12.20:scala-tool->default,optional(default)", "org.scala-lang:scala-library:2.12.20:scala-tool->default,optional(default)", "io.github.sfali23:grpc-rest-gateway-runtime-core:0.8.2", "org.scala-lang:scala-library:2.12.20", "com.typesafe.akka:akka-http:10.2.10:provided", "com.typesafe.akka:akka-actor:2.6.20:provided", "com.typesafe.akka:akka-stream-typed:2.6.20:provided"). */
val allDependencies: scala.collection.immutable.Seq[String] = scala.collection.immutable.Seq("org.scala-lang:scala-compiler:2.12.20:scala-tool->default,optional(default)", "org.scala-lang:scala-library:2.12.20:scala-tool->default,optional(default)", "io.github.sfali23:grpc-rest-gateway-runtime-core:0.8.2", "org.scala-lang:scala-library:2.12.20", "com.typesafe.akka:akka-http:10.2.10:provided", "com.typesafe.akka:akka-actor:2.6.20:provided", "com.typesafe.akka:akka-stream-typed:2.6.20:provided")
override val toString: String = {
"name: %s, normalizedName: %s, description: %s, homepage: %s, startYear: %s, organization: %s, organizationName: %s, version: %s, scalaVersion: %s, sbtVersion: %s, scalaPartialVersion: %s, scalafmtVersion: %s, swaggerUiVersion: %s, allDependencies: %s".format(
name, normalizedName, description, homepage, startYear, organization, organizationName, version, scalaVersion, sbtVersion, scalaPartialVersion, scalafmtVersion, swaggerUiVersion, allDependencies
)
}
}
// $COVERAGE-ON$
© 2015 - 2025 Weber Informatics LLC | Privacy Policy