Skip to content

Commit 3c4f26c

Browse files
committed
Bumped release ver
1 parent b9e516c commit 3c4f26c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.sbt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@ name := "scalac-scoverage-plugin"
44

55
organization := "org.scoverage"
66

7-
version := "0.99.6"
7+
version := "0.99.7"
88

99
scalacOptions := Seq("-unchecked", "-deprecation", "-feature", "-encoding", "utf8")
1010

1111
resolvers := ("releases" at "https://oss.sonatype.org/service/local/staging/deploy/maven2") +: resolvers.value
1212

1313
javacOptions ++= Seq("-source", "1.6", "-target", "1.6")
1414

15-
scalaVersion := "2.11.0"
15+
scalaVersion := "2.11.1"
1616

17-
crossScalaVersions := Seq("2.10.4", "2.11.0")
17+
crossScalaVersions := Seq("2.10.4", "2.11.1")
1818

1919
libraryDependencies ++= Seq(
2020
"commons-io" % "commons-io" % "2.4",

0 commit comments

Comments
 (0)