sbt / sbt-projectmatrix

MIT License
123 stars 14 forks source link

required import to use? #70

Open masonedmison opened 2 years ago

masonedmison commented 2 years ago

Following the documentation I get an error when using jvmPlatform like

2022.01.24 11:36:10 ERROR possible cause: maybe a semicolon is missing before `value jvmPlatform'?
2022.01.24 11:36:10 ERROR   ).jvmPlatform(scalaVerions = Seq(scala12))

Am I missing an syntax import?

keynmol commented 2 years ago

Do you have a bit more information on how you're defining the module? Possibly a reduced bit of sourcecode?

One thing I'd check is that you're using projectMatrix in file(...) and not project in file(...)

masonedmison commented 2 years ago

Ah darnit. That was totally it. This is what I get for trying to do work during meetings. Thanks :)