aboutsummaryrefslogtreecommitdiff
path: root/examples/build-info-example/src_generated/BuildInfo.scala
blob: ac0e68073e16e8ad3a4ca4c0e8003c0b9152f335 (plain) (blame)
1
2
3
4
5
6
7
8
// generated file
import java.io._
object BuildInfo{
def artifactId   = "build-info-example"
def groupId      = "cbt.examples"
def version      = "0.1"
def scalaVersion = "2.11.8"
}