Skip to content

Commit

Permalink
Switch to scala 2.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexarchambault committed Nov 2, 2016
1 parent 1f952fe commit 9c543f9
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
@@ -1,6 +1,6 @@
language: scala
scala:
- 2.12.0-RC2
- 2.12.0
- 2.11.8
- 2.10.6
jdk:
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ lazy val doc = project
lazy val commonSettings = Seq(
organization := "com.github.alexarchambault",
scalaVersion := "2.11.8",
crossScalaVersions := Seq("2.10.6", "2.11.8", "2.12.0-RC2"),
crossScalaVersions := Seq("2.10.6", "2.11.8", "2.12.0"),
resolvers ++= Seq(
Resolver.sonatypeRepo("releases")
),
Expand Down

0 comments on commit 9c543f9

Please sign in to comment.