You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Previously, the non-bootstrapped 3.0.1-RC1 would have had version
`3.0.1-nonbootstrapped` for which sbt would compute the binary version
`3.0.1-nonbootstrapped` since we publish a compiler compiled with that
version, this is the binary version that would have ended up on Maven.
Fixed by instead making sure the non-bootstrapped release version is
`3.0.1-bin-nonbootstrapped` which sbt will interpret correctly.
0 commit comments