Skip to content

sconfig 1.3.4

Compare
Choose a tag to compare
@ekrich ekrich released this 04 Nov 00:13
367bf86

This is the 16th release of sconfig which supports the Scala line of products.

Scala Native 0.4.0-M2 for Scala 2.11. Scala.js 1.3.0, and Scala JVM are supported on Scala 2.11, 2.12, 2.13, and 3.0.0-M1 (aka Dotty). Pure Java projects are also supported but require the Scala library 2.12 or greater. All platforms are supported on Java 8 and 11.

Note: the previous release 1.3.3 is the last release supporting Scala.js 0.6.x.

Changes 💥

  1. Scala 3 M1 support (#117)
    • Update to Scala 3.0.0-M1
    • Remove PlatformProperties as Properties.load is supported on Scala.js
  2. Update sbt-dotty to 0.4.5 (#114)
  3. Update sbt to 1.4.2 (#115)
  4. Update to Scala 3.0.0-M1 nightly (#109)
  5. Update sbt-mima-plugin to 0.8.1 (#111)
  6. Update sbt-dotty to 0.4.4 (#110)
  7. Update to run all tests for Dotty, one fails (#92)
  8. Update sbt-scalajs, scalajs-compiler, ... to 1.3.0 (#106)
  9. Fixes #99: Update Dotty support for Scala.js (#105)
    • Update build for Scala.js support with Dotty
    • Update callsites with empty parens
    • Drop support for Scala.js 0.6.x
  10. Update sbt to 1.4.0 (#103)

Contributors 👥

According to git shortlog -sn --no-merges v1.3.3..v1.3.4
7 Scala Steward
6 Eric K Richardson

Thanks to the Scala.js and Dotty teams. Some of the build change were hard. 🎤 👏