djspiewak / sbt-spiewak

A plugin which represents my personal SBT project baseline
Apache License 2.0
53 stars 20 forks source link

FullScalaVersion.unapply does not handle `3.0.0-RC1-bin-SNAPSHOT` #34

Closed griggt closed 3 years ago

griggt commented 3 years ago

As a result the cats-effect projects in the Dotty community build broke after the recent version bump: https://github.com/lampepfl/dotty/issues/10478

djspiewak commented 3 years ago

Uh… why is this a version pattern that you're using? :-( I'm actually not even 100% sure how to classify it, since it's both a release candidate and a nightly.

griggt commented 3 years ago

Thanks for the quick fix, apologies for dragging you into the firefighting.