FlexTradeUKLtd / jfixture-scala

Customisations for JFixture to make it more useful when writing Scala
3 stars 4 forks source link

Add Scala 3 support #20

Open kschuetz opened 1 week ago

kschuetz commented 1 week ago

This adds Scala 3 support while retaining support for Scala 2.11, 2.12, and 2.13.

It was necessary to upgrade SBT and ScalaTest to achieve this.

This also updates the Scala 2 compiler to more recent versions.