Skip to content

Commit

Permalink
Upgrade Scala.JS to 0.6.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
japgolly committed Apr 1, 2015
1 parent 1b22236 commit 968c8ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion doc/CHANGELOG-0.8.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@
* Changed SetInterval to accept `FiniteDuration` instead of `Double` to avoid unit errors.
* Upgrade Scala to 2.11.6.
* Upgrade Monocle to 1.1.0.
* Upgrade Scala.JS to 0.6.2.

# 0.8.2 ([commit log](https://github.com/japgolly/scalajs-react/compare/v0.8.1...v0.8.2))

* Upgrade to Scala.JS 0.6.1.
* Upgrade Scala.JS to 0.6.1.
* Upgrade dependencies to versions built with Scala.JS 0.6.1.
* Hide internal methods.

Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.1")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.2")

addSbtPlugin("com.typesafe.sbt" % "sbt-pgp" % "0.8.3")

Expand Down

0 comments on commit 968c8ff

Please sign in to comment.