Skip to content

Commit

Permalink
Removing sbt 0.12.x support
Browse files Browse the repository at this point in the history
  • Loading branch information
muuki88 committed Jul 21, 2014
1 parent 3d8b37e commit 397a785
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
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 397a785

Please sign in to comment.