sconfig 1.4.5
This is release 24 of sconfig which supports the Scala line of products.
Highlights 💥
The big change is the addition of scalafix
artifacts so you can pretty much automate moving from the Java config
library to the cross platform Scala sconfig
library. Instructions are included in the README. Kudos to Brian Holt for this large contribution.
- Latest Scala and Scala.js
- Java 17 tested in CI
Details below.
Contributors 👥
According to git shortlog -sn --no-merges v1.4.4..v1.4.5
19 Scala Steward
6 Eric K Richardson
2 Brian P. Holt
Big thanks to @bpholt for contributing the scalafix
setup. 🎤 👏
What's Changed
- Update sbt-mima-plugin to 0.9.1 by @scala-steward in #170
- Update scala-library to 2.13.6 by @scala-steward in #172
- Fix #173: Remove used Array and minor cleanup by @ekrich in #174
- Fix #151: Avoid using collection-compat on 2.13+ by @ekrich in #175
- Fix #166: Add semantic versioning by @ekrich in #176
- Update sbt-mima-plugin to 0.9.2 by @scala-steward in #177
- Update scala-library to 2.12.14 by @scala-steward in #178
- Update sbt to 1.5.3 by @scala-steward in #179
- Update sbt to 1.5.4 by @scala-steward in #182
- Update scalajs-compiler, ... to 1.6.0 by @scala-steward in #181
- Update mimi setting and use Java build matrix by @ekrich in #183
- Update scala-collection-compat to 2.5.0 by @scala-steward in #185
- Update sbt-scala-native-crossproject, ... to 1.1.0 by @scala-steward in #184
- Update scala3-library, ... to 3.0.1 by @scala-steward in #186
- Update sbt to 1.5.5 by @scala-steward in #187
- Fix #188: Add Java 17 to CI by @ekrich in #189
- Update sbt-mima-plugin to 1.0.0 by @scala-steward in #192
- Update sbt-scalajs, scalajs-compiler, ... to 1.7.0 by @scala-steward in #190
- add scalafix rule to migrate code from Typesafe Config to sconfig by @bpholt in #191
- Update scala3-library, ... to 3.0.2 by @scala-steward in #195
- Update sbt-ci-release to 1.5.9 by @scala-steward in #198
- Update sbt-mima-plugin to 1.0.1 by @scala-steward in #199
- Update scala-library to 2.12.15 by @scala-steward in #196
- Update sbt-scalafix, scalafix-core to 0.9.31 by @scala-steward in #197
- Update sbt-scalajs, scalajs-compiler, ... to 1.7.1 by @scala-steward in #200
- Add more empty-parens methods to the Scalafix rule by @bpholt in #194
- Update items for new release by @ekrich in #193
New Contributors
Full Changelog: v1.4.4...v1.4.5