Skip to content

Commit

Permalink
Fixing scala version for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
sksamuel committed Jan 24, 2015
1 parent 4ca3264 commit ab83148
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/Scoverage.scala
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ object Scoverage extends Build {

val Org = "org.scoverage"
val Version = "1.0.4"
val Scala = "2.11.2"
val Scala = "2.11.4"
val MockitoVersion = "1.9.5"
val ScalatestVersion = "2.2.2"

Expand All @@ -15,7 +15,7 @@ object Scoverage extends Build {
version := Version,
organization := Org,
scalaVersion := Scala,
crossScalaVersions := Seq("2.10.4", "2.11.2"),
crossScalaVersions := Seq("2.10.4", "2.11.4"),
fork in Test := false,
publishMavenStyle := true,
publishArtifact in Test := false,
Expand Down

0 comments on commit ab83148

Please sign in to comment.