We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b22236 commit 968c8ffCopy full SHA for 968c8ff
doc/CHANGELOG-0.8.md
@@ -12,10 +12,11 @@
12
* Changed SetInterval to accept `FiniteDuration` instead of `Double` to avoid unit errors.
13
* Upgrade Scala to 2.11.6.
14
* Upgrade Monocle to 1.1.0.
15
+* Upgrade Scala.JS to 0.6.2.
16
17
# 0.8.2 ([commit log](https://github.com/japgolly/scalajs-react/compare/v0.8.1...v0.8.2))
18
-* Upgrade to Scala.JS 0.6.1.
19
+* Upgrade Scala.JS to 0.6.1.
20
* Upgrade dependencies to versions built with Scala.JS 0.6.1.
21
* Hide internal methods.
22
project/plugins.sbt
@@ -1,4 +1,4 @@
1
-addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.1")
+addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.2")
2
3
addSbtPlugin("com.typesafe.sbt" % "sbt-pgp" % "0.8.3")
4
0 commit comments