Skip to content

Commit 1274232

Browse files
committed
Updated default build to 2.11
1 parent 63303e3 commit 1274232

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ resolvers := ("releases" at "https://oss.sonatype.org/service/local/staging/depl
3232

3333
javacOptions ++= Seq("-source", "1.6", "-target", "1.6")
3434

35-
scalaVersion := "2.10.4"
35+
scalaVersion := "2.11.0"
3636

3737
crossScalaVersions := Seq("2.10.4", "2.11.0")
3838

src/test/scala/scoverage/PluginRunner.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ import scala.collection.mutable.ListBuffer
1010
/** @author Stephen Samuel */
1111
trait PluginSupport {
1212

13-
val scalaVersion = "2.10.4"
14-
val shortScalaVersion = "2.10"
13+
val scalaVersion = "2.11.0"
14+
val shortScalaVersion = scalaVersion.dropRight(2)
1515

1616
val settings = new scala.tools.nsc.Settings
1717
val classPath = getScalaJars.map(_.getAbsolutePath) :+ sbtCompileDir.getAbsolutePath

0 commit comments

Comments
 (0)