Skip to content

Commit

Permalink
Fixing version for sbt 0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
jsuereth committed Oct 28, 2011
1 parent 392fba8 commit a23e748
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -4,5 +4,5 @@ name := "sbt-extras-plugin"

organization := "org.improving"

version <<= (sbtVersion)("0.1.0-%s".format(_))
version := "0.1.0"

0 comments on commit a23e748

Please sign in to comment.