diff --git a/project/Scoverage.scala b/project/Scoverage.scala index 9054fabd..2f088aff 100644 --- a/project/Scoverage.scala +++ b/project/Scoverage.scala @@ -16,7 +16,7 @@ object Scoverage extends Build { val appSettings = Seq( organization := Org, scalaVersion := Scala, - crossScalaVersions := Seq("2.10.4", "2.11.4"), + crossScalaVersions := Seq("2.10.4", "2.11.7"), fork in Test := false, publishMavenStyle := true, publishArtifact in Test := false, diff --git a/version.sbt b/version.sbt index a9d8ecaf..a1b7d187 100644 --- a/version.sbt +++ b/version.sbt @@ -1 +1 @@ -version in ThisBuild := "1.1.0" \ No newline at end of file +version in ThisBuild := "1.1.1" \ No newline at end of file