Skip to content

Commit 968c8ff

Browse files
committed
Upgrade Scala.JS to 0.6.2.
1 parent 1b22236 commit 968c8ff

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

doc/CHANGELOG-0.8.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,11 @@
1212
* Changed SetInterval to accept `FiniteDuration` instead of `Double` to avoid unit errors.
1313
* Upgrade Scala to 2.11.6.
1414
* Upgrade Monocle to 1.1.0.
15+
* Upgrade Scala.JS to 0.6.2.
1516

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

18-
* Upgrade to Scala.JS 0.6.1.
19+
* Upgrade Scala.JS to 0.6.1.
1920
* Upgrade dependencies to versions built with Scala.JS 0.6.1.
2021
* Hide internal methods.
2122

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.1")
1+
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.2")
22

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

0 commit comments

Comments
 (0)