tindzk / seed

Build tool for Scala projects
https://tindzk.github.io/seed/
Apache License 2.0
238 stars 13 forks source link

Support Scala 3 #74

Open PhilAndrew opened 4 years ago

PhilAndrew commented 4 years ago

Can this support scala 3?

tindzk commented 4 years ago

Seed itself aims to be version agnostic as it delegates the compilation process to Bloop. I have not tried it, but according to this pull request Bloop already supports Scala 3. Once Scala 3 has been officially released, I will add integration tests to make sure everything works as expected.