iheartradio / ficus

Scala-friendly companion to Typesafe config
MIT License
327 stars 55 forks source link

Update scala, sbt and sbt-plugin versions #151

Closed mdedetrich closed 3 years ago

mdedetrich commented 3 years ago

This PR does the following things

  1. Update SBT to its latest version (1.5.4). This version of SBT also deprecates the in syntax with / syntax (which has also been done)
  2. Update SBT plugins to their latest versions as well as doing any required changes
  3. Update Scala 2.12.4 to 2.12.6. This is important Scala3 support