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 dee3fdd commit e7a7eb0Copy full SHA for e7a7eb0
doc/CHANGELOG-0.8.md
@@ -10,6 +10,7 @@
10
* `alignSelf`
11
* `alignContent`
12
* Changed SetInterval to accept `FiniteDuration` instead of `Double` to avoid unit errors.
13
+* Upgrade Scala to 2.11.6.
14
15
# 0.8.2 ([commit log](https://github.com/japgolly/scalajs-react/compare/v0.8.1...v0.8.2))
16
project/Build.scala
@@ -9,7 +9,7 @@ import ScalaJSPlugin.autoImport._
9
object ScalajsReact extends Build {
- val Scala211 = "2.11.5"
+ val Scala211 = "2.11.6"
type PE = Project => Project
0 commit comments