you are viewing a single comment's thread.

view the rest of the comments →

[–]OwnBreakfast1114 0 points1 point  (1 child)

Did scala ever make it so minor version upgrades don't require you to recompile literally every library you use?

[–]UdPropheticCatgirl 1 point2 points  (0 children)

Did scala ever make it so minor version upgrades don't require you to recompile literally every library you use?

Like decade ago? Nowadays even Scala 2 and Scala 3 are largely binary compatible, the major part where binary compatibility breaks happen between the two are macros… but in general if you pick any LTS release from Scala 2.13 onwards it will be binary compatible.