Skip to content

Commit f0004b9

Browse files
committed
Bumped build ver
1 parent 0243b09 commit f0004b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: build.sbt

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name := "sbt-scoverage"
22

33
organization := "org.scoverage"
44

5-
version := "0.99.8"
5+
version := "0.99.9"
66

77
scalaVersion := "2.10.4"
88

@@ -13,7 +13,7 @@ sbtPlugin := true
1313
resolvers += Resolver.mavenLocal
1414

1515
libraryDependencies ++= Seq(
16-
"org.scoverage" %% "scalac-scoverage-plugin" % "0.99.8"
16+
"org.scoverage" %% "scalac-scoverage-plugin" % "0.99.9"
1717
)
1818

1919
publishTo := Some(Resolver.url("sbt-plugin-releases",

0 commit comments

Comments
 (0)