Skip to content

Commit

Permalink
Upgrade SBT to 0.13.6
Browse files Browse the repository at this point in the history
  • Loading branch information
japgolly committed Sep 15, 2014
1 parent 172df95 commit f77d0c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ object ScalajsReact extends Build {
licenses += ("Apache-2.0", url("http://opensource.org/licenses/Apache-2.0")),
scalaVersion := Scala211,
crossScalaVersions := Seq("2.10.4", Scala211),
scalacOptions ++= Seq("-deprecation", "-unchecked", "-language:_"))
scalacOptions ++= Seq("-deprecation", "-unchecked", "-language:_"),
updateOptions := updateOptions.value.withConsolidatedResolution(true))

def preventPublication: PE =
_.settings(
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
sbt.version=0.13.5
sbt.version=0.13.6

0 comments on commit f77d0c1

Please sign in to comment.