sbt / sbt-projectmatrix

MIT License
124 stars 14 forks source link

Adding the plugin causes build to fail because of incomplete classpath #57

Open phdoerfler opened 3 years ago

phdoerfler commented 3 years ago

Adding the plugin, e.g., https://github.com/BenFradet/gsheets4s/commit/618915708f34607f461298bf972bafff70925b3e causes build errors such as

[info] compiling 6 Scala sources to /Users/phi/Documents/workspace/Scala/gsheets4s/target/scala-2.12/classes ...
[info] compiling 6 Scala sources to /Users/phi/Documents/workspace/Scala/gsheets4s/target/jvm-2.12/classes ...
[error] /Users/phi/Documents/workspace/Scala/gsheets4s/src/main/scala/gsheets4s/GSheets4s.scala:3:8: not found: object cats
[error] import cats.effect.Sync
[error]        ^