Skip to content

Commit

Permalink
Merge pull request #42 from larsrh/topic/2.12
Browse files Browse the repository at this point in the history
Scala 2.12.0-RC2
  • Loading branch information
alexarchambault authored Oct 20, 2016
2 parents 7cdb62c + 1b2edc9 commit 1f4754f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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-M5
- 2.12.0-RC2
- 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-M5"),
crossScalaVersions := Seq("2.10.6", "2.11.8", "2.12.0-RC2"),
resolvers ++= Seq(
Resolver.sonatypeRepo("releases")
),
Expand Down
4 changes: 2 additions & 2 deletions 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.4")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.12")
addSbtPlugin("org.tpolecat" % "tut-plugin" % "0.4.5")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.13")

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

0 comments on commit 1f4754f

Please sign in to comment.