Skip to content

Commit

Permalink
Addied support for Scala 2.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennis Hoersch committed Feb 27, 2017
1 parent 5eff047 commit e023706
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Expand Up @@ -4,13 +4,13 @@ organization := "com.escalatesoft.subcut"

version := "2.1.1-SNAPSHOT"

crossScalaVersions := Seq("2.11.7", "2.10.5")
crossScalaVersions := Seq("2.12.1", "2.11.7", "2.10.5")

scalaVersion := "2.11.7"
scalaVersion := "2.12.1"

scalacOptions += "-deprecation"

libraryDependencies += "org.scalatest" %% "scalatest" % "2.2.4" % "test"
libraryDependencies += "org.scalatest" %% "scalatest" % "3.0.1" % "test"

libraryDependencies <<= (scalaVersion, libraryDependencies) { (ver, deps) =>
deps :+ "org.scala-lang" % "scala-compiler" % ver
Expand Down

0 comments on commit e023706

Please sign in to comment.