Skip to content

Commit

Permalink
Use snapshot version of sbt
Browse files Browse the repository at this point in the history
  • Loading branch information
pvlugter committed Oct 31, 2013
1 parent 718c4c4 commit e67ba91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/ZincBuild.scala
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import sbt._
import sbt.Keys._

object ZincBuild extends Build {
val sbtVersion = "0.13.1-M1"
val sbtVersion = "0.13.1-SNAPSHOT"

val resolveSbtLocally = SettingKey[Boolean]("resolve-sbt-locally")

Expand Down

0 comments on commit e67ba91

Please sign in to comment.