Skip to content

Commit 0d442a8

Browse files
committed
All tests passing
1 parent bfd830a commit 0d442a8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

project/Scoverage.scala

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,7 @@ object Scoverage extends Build {
6060
"org.slf4j" % "slf4j-api" % Slf4jVersion,
6161
"commons-io" % "commons-io" % "2.4",
6262
"org.scala-lang" % "scala-reflect" % scalaVersion.value,
63-
"org.scala-lang" % "scala-compiler" % scalaVersion.value,
64-
"org.scoverage" %% "scalac-scoverage-runtime" % Version
63+
"org.scala-lang" % "scala-compiler" % scalaVersion.value
6564
)).settings(libraryDependencies ++= {
6665
CrossVersion.partialVersion(scalaVersion.value) match {
6766
case Some((2, scalaMajor)) if scalaMajor == 11 =>

0 commit comments

Comments
 (0)