Skip to content

Commit

Permalink
add scalacPluginClasspath to Tests (#956)
Browse files Browse the repository at this point in the history
scalacPluginClasspath should be added to Tests trait.

Pull request: #956
  • Loading branch information
sequencer authored Sep 3, 2020
1 parent bbbf193 commit 3fc4b26
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scalalib/src/ScalaModule.scala
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ trait ScalaModule extends JavaModule { outer =>
override def scalaOrganization = outer.scalaOrganization()
def scalaVersion = outer.scalaVersion()
override def scalacPluginIvyDeps = outer.scalacPluginIvyDeps
override def scalacPluginClasspath = outer.scalacPluginClasspath
override def scalacOptions = outer.scalacOptions
}

Expand Down

0 comments on commit 3fc4b26

Please # to comment.