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

}