aboutsummaryrefslogtreecommitdiff
path: root/plugins/essentials/SnapshotVersion.scala
blob: 1f7eb23958cfe62ab5489c4c13edef6ceec90cd4 (plain) (blame)
1
2
3
4
5
6
7
package cbt

trait SnapshotVersion extends ArtifactInfo with DynamicOverrides{
  def snapshot = newBuild[SnapshotVersion]{"""
    override def version = super.version ++ "-SNAPSHOT"
  """}
}