Skip to content

Commit

Permalink
Restore internal dependency plugin -> scalac-scoverage-runtimeJVM % "…
Browse files Browse the repository at this point in the history
…test".

It was removed in 4fa644c

`scalac-scoverage-runtimeJVM` module is not required for plugin test classes compilation, but is required during tests. It can be verified by running `sbt clean scalac-scoverage-plugin/test`.
  • Loading branch information
gslowikowski committed Oct 19, 2016
1 parent 6ff410a commit 56b7e51
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ lazy val `scalac-scoverage-runtimeJVM` = runtime.jvm
lazy val `scalac-scoverage-runtimeJS` = runtime.js

lazy val plugin = Project("scalac-scoverage-plugin", file("scalac-scoverage-plugin"))
.dependsOn(`scalac-scoverage-runtimeJVM` % "test")
.settings(name := "scalac-scoverage-plugin")
.settings(appSettings: _*)
.settings(libraryDependencies ++= Seq(
Expand Down

0 comments on commit 56b7e51

Please sign in to comment.