Skip to content

Commit

Permalink
Update crossScalaVersions
Browse files Browse the repository at this point in the history
  • Loading branch information
zaneli committed Dec 18, 2015
1 parent 279018e commit fde1d19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ git:
depth: 9999

scala:
- 2.10.5
- 2.10.6
- 2.11.7

cache:
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ lazy val scoverageSettings = Seq(
lazy val buildSettings = Seq(
organization := "org.spire-math",
scalaVersion := "2.11.7",
crossScalaVersions := Seq("2.10.5", "2.11.7")
crossScalaVersions := Seq("2.10.6", "2.11.7")
)

lazy val catsDoctestSettings = Seq(
Expand Down

0 comments on commit fde1d19

Please sign in to comment.