com-lihaoyi / Ammonite

Scala Scripting
http://ammonite.io
MIT License
2.61k stars 368 forks source link

Avoid publishing binCrossScalaVersions cross-built modules for 3.4.2 #1507

Closed lihaoyi closed 3 months ago

lihaoyi commented 3 months ago

We only want to publish for 3.3.x, because it is compatible with all future versions, whereas 3.4.x is not compatible with 3.3.x and causes conflicts when they both have the same _3 suffix

Fixes https://github.com/com-lihaoyi/Ammonite/issues/1504

tgodzik commented 3 months ago

Thanks!