Skip to content

Commit

Permalink
Release 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sksamuel committed Jul 22, 2015
1 parent 212a918 commit 4a3dd32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project/Scoverage.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version in ThisBuild := "1.1.0"
version in ThisBuild := "1.1.1"

0 comments on commit 4a3dd32

Please sign in to comment.