sbt/build.sbt

9 lines
129 B
Plaintext
Raw Normal View History

sbtPlugin := true
name := "sbt-extras-plugin"
organization := "org.improving"
version <<= (sbtVersion)("0.1.0-%s".format(_))