Skip to content

Commit 81e4db3

Browse files
committed
Bumped release ver
1 parent 72b483a commit 81e4db3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.sbt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,14 @@ name := "scalac-scoverage-plugin"
55

66
organization := "org.scoverage"
77

8-
version := "0.99.0"
8+
version := "0.99.1"
99

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

1212
libraryDependencies ++= Seq(
1313
"commons-io" % "commons-io" % "2.4",
1414
"org.scalatest" %% "scalatest" % "2.1.6" % "test",
15+
"com.typesafe.scala-logging" %% "scala-logging-slf4j" % "2.1.2" % "test",
1516
"org.mockito" % "mockito-all" % "1.9.5" % "test",
1617
"joda-time" % "joda-time" % "2.3" % "test",
1718
"org.joda" % "joda-convert" % "1.3.1" % "test",

0 commit comments

Comments
 (0)