Skip to content

Commit

Permalink
Merge pull request #286 from sbt/wip/sbt-upgrade
Browse files Browse the repository at this point in the history
Upgrading sbt and adding releaseNotes plugin
  • Loading branch information
jsuereth committed Jul 6, 2014
2 parents a162117 + 331f50a commit badecf0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ sbtPlugin := true

sbtVersion in Global := {
scalaBinaryVersion.value match {
case "2.10" => "0.13.0"
case "2.10" => "0.13.5"
case "2.9.2" => "0.12.4"
}
}
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=0.13.1
sbt.version=0.13.5

0 comments on commit badecf0

Please sign in to comment.