Skip to content

Commit

Permalink
Update scala to 2.12.6
Browse files Browse the repository at this point in the history
  • Loading branch information
sh0hei authored and TomasMikula committed May 18, 2018
1 parent 8f3b364 commit 2ccb72b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ sudo: false
language: scala

scala:
- 2.10.6
- 2.10.7
- 2.11.12
- 2.12.4
- 2.12.6
- 2.13.0-M3

jdk:
Expand Down
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ organization := "org.spire-math"
licenses += ("MIT", url("http://opensource.org/licenses/MIT"))
homepage := Some(url("http://github.com/non/kind-projector"))

scalaVersion := "2.12.4"
crossScalaVersions := Seq("2.10.7", "2.11.12", "2.12.4", "2.13.0-M3")
scalaVersion := "2.12.6"
crossScalaVersions := Seq("2.10.7", "2.11.12", "2.12.6", "2.13.0-M3")

libraryDependencies += scalaOrganization.value % "scala-compiler" % scalaVersion.value
libraryDependencies ++= (scalaBinaryVersion.value match {
Expand Down

0 comments on commit 2ccb72b

Please sign in to comment.