mirror of https://github.com/sbt/sbt.git
9 lines
129 B
Plaintext
9 lines
129 B
Plaintext
|
|
sbtPlugin := true
|
||
|
|
|
||
|
|
name := "sbt-extras-plugin"
|
||
|
|
|
||
|
|
organization := "org.improving"
|
||
|
|
|
||
|
|
version <<= (sbtVersion)("0.1.0-%s".format(_))
|
||
|
|
|