Skip to content

Commit

Permalink
Merge pull request #43 from alexarchambault/topic/scala-2.12.0
Browse files Browse the repository at this point in the history
Switch to scala 2.12.0
  • Loading branch information
alexarchambault authored Nov 2, 2016
2 parents 76cacf4 + 9c543f9 commit 288d0e9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ resolvers += Resolver.url(
)

addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.0.0")
addSbtPlugin("org.tpolecat" % "tut-plugin" % "0.4.5")
addSbtPlugin("org.tpolecat" % "tut-plugin" % "0.4.6")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.13")

addSbtPlugin("io.get-coursier" % "sbt-coursier" % "1.0.0-M14-3")

0 comments on commit 288d0e9

Please sign in to comment.