Skip to content

Commit

Permalink
0.1.2 snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
softprops committed Oct 26, 2011
1 parent 75710b4 commit 6760c57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Expand Up @@ -5,8 +5,8 @@ organization := "me.lessis"
name := "less-sbt"

version <<= sbtVersion(v =>
if(v.startsWith("0.11")) "0.1.1"
else if (v.startsWith("0.10")) "0.1.1-%s".format(v)
if(v.startsWith("0.11")) "0.1.2-SNAPSHOT"
else if (v.startsWith("0.10")) "0.1.1-%s-SNAPSHOT".format(v)
else error("unsupported sbt version %s" format v)
)

Expand Down

0 comments on commit 6760c57

Please sign in to comment.