Skip to content

Commit 4a3dd32

Browse files
committed
Release 1.1.1
1 parent 212a918 commit 4a3dd32

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

project/Scoverage.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ object Scoverage extends Build {
1616
val appSettings = Seq(
1717
organization := Org,
1818
scalaVersion := Scala,
19-
crossScalaVersions := Seq("2.10.4", "2.11.4"),
19+
crossScalaVersions := Seq("2.10.4", "2.11.7"),
2020
fork in Test := false,
2121
publishMavenStyle := true,
2222
publishArtifact in Test := false,

version.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version in ThisBuild := "1.1.0"
1+
version in ThisBuild := "1.1.1"

0 commit comments

Comments
 (0)