![JAR search and dependency download from the Maven repository](/logo.png)
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 pillars-rabbitmq-fs2-tests_3 Show documentation
Show all versions of pillars-rabbitmq-fs2-tests_3 Show documentation
pillars-munit-rabbitmq-fs2 is a scala 3 library providing test helpers for writing backend applications using fs2-rabbit
The newest version!
// $COVERAGE-OFF$
package pillars.rabbitmq.fs2.tests.build
/** This object was generated by sbt-buildinfo. */
case object BuildInfo extends pillars.BuildInfo {
/** The value is "pillars-rabbitmq-fs2-tests". */
val name: String = "pillars-rabbitmq-fs2-tests"
/** The value is "0.4.4". */
val version: String = "0.4.4"
/** The value is "pillars-munit-rabbitmq-fs2 is a scala 3 library providing test helpers for writing backend applications using fs2-rabbit". */
val description: String = "pillars-munit-rabbitmq-fs2 is a scala 3 library providing test helpers for writing backend applications using fs2-rabbit"
override val toString: String = {
"name: %s, version: %s, description: %s".format(
name, version, description
)
}
}
// $COVERAGE-ON$
© 2015 - 2025 Weber Informatics LLC | Privacy Policy