lunduniversity / introprog

Teaching material for "Introduction to Programming using Scala" at Lund University, LTH. http://cs.lth.se/pgk/
142 stars 176 forks source link

Add scala version on the releases, so it is clear if scala 2 or 3 were used for that version #726

Closed OliverPerssonB closed 1 year ago

OliverPerssonB commented 1 year ago

It is nice to know quickly which version was used for which release. The support for scala 3 is not as common as scala 2. Many new features (such as enums) are not available in scala 2.

bjornregnell commented 1 year ago

Good idea! Thanks.

bjornregnell commented 1 year ago

We will use Scala 3 from now on. There will be an LTS scheme for Scala releases and 3.3 will be the first Scala LTS and we will probably follow LTS versions. Anyway, I will include the Scala version in the release information of which major Scala versions we are using from now on.