Keith Dreibelbis
Keith Dreibelbis
I am seeing this problem in sbt-cpd 2.0.0 as well. Files are being compared with themselves. This is what I added to plugins.sbt: ``` addSbtPlugin("com.github.sbt" % "sbt-cpd" % "2.0.0") ```
@jtjeferreira add to settings where?
@jtjeferreira adding that line to build.sbt gives an error ``` error: not found: value CpdKeys CpdKeys.cpdSourceDirectories in Compile := (CpdKeys.cpdSourceDirectories in Compile).value.distinct ^ [error] Type error in expression ```