Skip to content

Commit e7a7eb0

Browse files
committed
Upgrade Scala to 2.11.6
1 parent dee3fdd commit e7a7eb0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

doc/CHANGELOG-0.8.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
* `alignSelf`
1111
* `alignContent`
1212
* Changed SetInterval to accept `FiniteDuration` instead of `Double` to avoid unit errors.
13+
* Upgrade Scala to 2.11.6.
1314

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

project/Build.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import ScalaJSPlugin.autoImport._
99

1010
object ScalajsReact extends Build {
1111

12-
val Scala211 = "2.11.5"
12+
val Scala211 = "2.11.6"
1313

1414
type PE = Project => Project
1515

0 commit comments

Comments
 (0)