Skip to content

Commit

Permalink
Fix scoverage: inherit repositories from outer project (#645)
Browse files Browse the repository at this point in the history
  • Loading branch information
krcz authored and lefou committed Jul 2, 2019
1 parent ed0fc03 commit 139cd51
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contrib/scoverage/src/ScoverageModule.scala
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ trait ScoverageModule extends ScalaModule { outer: ScalaModule =>
def sources = outer.sources
def resources = outer.resources
def scalaVersion = outer.scalaVersion()
def repositories = outer.repositories
def compileIvyDeps = outer.compileIvyDeps()
def ivyDeps = outer.ivyDeps() ++ Agg(outer.scoverageRuntimeDep())
def scalacPluginIvyDeps = outer.scalacPluginIvyDeps() ++ Agg(outer.scoveragePluginDep())
Expand Down

0 comments on commit 139cd51

Please sign in to comment.