Commit dc79439
committed
Use the correct scalaBinaryVersion for releases
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.1 parent d2dd083 commit dc79439
1 file changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
126 | | - | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
127 | 131 | | |
128 | 132 | | |
129 | 133 | | |
| |||
0 commit comments