Skip to content

Commit

Permalink
Merge pull request #303 from sbt/wip/remove-sbt-0.12
Browse files Browse the repository at this point in the history
Removing sbt 0.12.x support
  • Loading branch information
jsuereth committed Jul 23, 2014
2 parents 9c7240d + 397a785 commit 05208e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -5,7 +5,7 @@ sbtPlugin := true
sbtVersion in Global := {
scalaBinaryVersion.value match {
case "2.10" => "0.13.5"
case "2.9.2" => "0.12.4"
case "2.9.2" => "0.13.5"
}
}

Expand Down

0 comments on commit 05208e1

Please sign in to comment.