Skip to content

Commit

Permalink
Scala 2.10 is no longer supported.
Browse files Browse the repository at this point in the history
Closes #39.
  • Loading branch information
japgolly committed Nov 27, 2014
1 parent 0064d17 commit b4cb9e2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
language: scala
scala:
- 2.11.4
- 2.10.4
4 changes: 4 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ History
This release brings scalajs-react in line with React 0.12.
**React version 0.12.0 or later is now required.**

**Scala 2.10 is no longer supported.**
If this affects you please come to https://github.com/japgolly/scalajs-react/issues/39 to discuss,
or continue to using the 0.5.x series.

Changes in React 0.12 can be read here:
* https://github.com/facebook/react/releases/tag/v0.12.0
* http://facebook.github.io/react/blog/2014/10/28/react-v0.12.html
Expand Down
2 changes: 1 addition & 1 deletion project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ object ScalajsReact extends Build {
homepage := Some(url("https://github.com/japgolly/scalajs-react")),
licenses += ("Apache-2.0", url("http://opensource.org/licenses/Apache-2.0")),
scalaVersion := Scala211,
crossScalaVersions := Seq("2.10.4", Scala211),
// crossScalaVersions := Seq("2.10.4", Scala211), https://github.com/japgolly/scalajs-react/issues/39
scalacOptions ++= Seq("-deprecation", "-unchecked", "-feature",
"-language:postfixOps", "-language:implicitConversions",
"-language:higherKinds", "-language:existentials"),
Expand Down

0 comments on commit b4cb9e2

Please # to comment.