aboutsummaryrefslogtreecommitdiff
path: root/libraries/interfaces/build/build.scala
blob: 8c2d0ac9d2d8181ab0f9a872961ab889b4d56c5e (plain) (blame)
1
2
3
4
5
import cbt._
class Build(val context: Context) extends PackageJars{
  def groupId = "org.cvogt"
  def version = "0.9-SNAPSHOT"
}