File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,4 +4,4 @@ after_script:
4
4
- if [[ $TRAVIS_TEST_RESULT == 0 && "$TRAVIS_BRANCH" == "master" ]]; then sbt "^publish"; fi
5
5
6
6
scala :
7
- - " 2.10.3 "
7
+ - " 2.10.4 "
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name := "sbt-scoverage"
2
2
3
3
organization := " org.scoverage"
4
4
5
- version := " 0.99.9 "
5
+ version := " 0.99.10 "
6
6
7
7
scalaVersion := " 2.10.4"
8
8
@@ -13,7 +13,7 @@ sbtPlugin := true
13
13
resolvers += Resolver .mavenLocal
14
14
15
15
libraryDependencies ++= Seq (
16
- " org.scoverage" %% " scalac-scoverage-plugin" % " 0.99.9 "
16
+ " org.scoverage" %% " scalac-scoverage-plugin" % " 0.99.10 "
17
17
)
18
18
19
19
publishTo := Some (Resolver .url(" sbt-plugin-releases" ,
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ class ScoverageSbtPlugin extends sbt.Plugin {
10
10
11
11
val OrgScoverage = " org.scoverage"
12
12
val ScalacArtifact = " scalac-scoverage-plugin"
13
- val ScoverageVersion = " 0.99.9 "
13
+ val ScoverageVersion = " 0.99.10 "
14
14
15
15
object ScoverageKeys {
16
16
val excludedPackages = SettingKey [String ](" scoverage-excluded-packages" )
You can’t perform that action at this time.
0 commit comments