Skip to content

Commit

Permalink
Update to Scala 2.10.6 & 2.11.8
Browse files Browse the repository at this point in the history
  • Loading branch information
dwijnand committed Apr 8, 2016
1 parent cb19742 commit 97bd005
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
language: scala

scala:
- 2.10.2
- 2.11.7
- 2.10.6
- 2.11.8

cache:
directories:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ SBT's console. Launch `sbt` and at the prompt, type `core/console`:
[info] Generating spire/std/tuples.scala
[info] Starting scala interpreter...
[info]
Welcome to Scala version 2.11.7 (Java HotSpot(TM) 64-Bit Server VM, Java 1.8.0_51).
Welcome to Scala version 2.11.8 (Java HotSpot(TM) 64-Bit Server VM, Java 1.8.0_51).
Type in expressions to have them evaluated.
Type :help for more information.
Expand Down
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -206,8 +206,8 @@ addCommandAlias("validate", ";validateJVM;validateJS")

lazy val buildSettings = Seq(
organization := "org.spire-math",
scalaVersion := "2.11.7",
crossScalaVersions := Seq("2.10.2", "2.11.7")
scalaVersion := "2.11.8",
crossScalaVersions := Seq("2.10.6", "2.11.8")
)

lazy val commonSettings = Seq(
Expand Down

0 comments on commit 97bd005

Please sign in to comment.