Skip to content

Commit

Permalink
Upgrade Scala to 2.11.6
Browse files Browse the repository at this point in the history
  • Loading branch information
japgolly committed Apr 1, 2015
1 parent dee3fdd commit e7a7eb0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions doc/CHANGELOG-0.8.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
* `alignSelf`
* `alignContent`
* Changed SetInterval to accept `FiniteDuration` instead of `Double` to avoid unit errors.
* Upgrade Scala to 2.11.6.

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

Expand Down
2 changes: 1 addition & 1 deletion project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import ScalaJSPlugin.autoImport._

object ScalajsReact extends Build {

val Scala211 = "2.11.5"
val Scala211 = "2.11.6"

type PE = Project => Project

Expand Down

0 comments on commit e7a7eb0

Please sign in to comment.