sbt-buildinfo.BuildInfo.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mdoc-toc-generator_3 Show documentation
Show all versions of mdoc-toc-generator_3 Show documentation
Allows mdoc to generate table of contents for markdown files
The newest version!
// $COVERAGE-OFF$
package com.alejandrohdezma.mdoc.toc.generator
/** This object was generated by sbt-buildinfo. */
case object BuildInfo {
/** The value is "mdoc-toc-generator". */
val name: String = "mdoc-toc-generator"
/** The value is "0.4.2". */
val version: String = "0.4.2"
/** The value is "3.3.3". */
val scalaVersion: String = "3.3.3"
/** The value is "1.10.1". */
val sbtVersion: String = "1.10.1"
override val toString: String = {
"name: %s, version: %s, scalaVersion: %s, sbtVersion: %s".format(
name, version, scalaVersion, sbtVersion
)
}
}
// $COVERAGE-ON$