Skip to content

Commit

Permalink
Upgrading sbt and adding releaseNotes plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
muuki88 committed Jun 29, 2014
1 parent 37c887c commit ca44d0b
Show file tree
Hide file tree
Showing 3 changed files with 4 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
2 changes: 2 additions & 0 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,5 @@ libraryDependencies += "net.databinder" %% "dispatch-http" % "0.8.10"

// For code formatting
addSbtPlugin("com.typesafe.sbt" % "sbt-scalariform" % "1.3.0")

addSbtPlugin("de.mukis" % "pitchman-release-notes-generator" % "0.1")

0 comments on commit ca44d0b

Please sign in to comment.