sconfig
sconfig copied to clipboard
Scala configuration library supporting HOCON for Scala, Java, Scala.js, and Scala Native
Place to keep track if needed. - [ ] https://github.com/lightbend/config/pull/760
## About this PR 📦 Updates * [ch.epfl.scala:sbt-scalafix](https://github.com/scalacenter/sbt-scalafix) * [ch.epfl.scala:scalafix-core](https://github.com/scalacenter/scalafix) from `0.12.0` to `0.12.1` 📜 [GitHub Release Notes](https://github.com/scalacenter/sbt-scalafix/releases/tag/v0.12.1) - [Version Diff](https://github.com/scalacenter/sbt-scalafix/compare/v0.12.0...v0.12.1) ## Usage ✅ **Please merge!** I'll automatically update this...
## About this PR 📦 Updates * [org.scala-lang:scala3-library](https://github.com/scala/scala3) * [org.scala-lang:scala3-library_sjs1](https://github.com/scala/scala3) from `3.3.3` to `3.4.1` 📜 [GitHub Release Notes](https://github.com/scala/scala3/releases/tag/3.4.1) - [Version Diff](https://github.com/scala/scala3/compare/3.3.3...3.4.1) - [Version Diff](https://github.com/scala/scala3/compare/release-3.3.3...release-3.4.1) ## Usage ✅ **Please merge!** I'll...
## About this PR 📦 Updates [org.scala-lang:scala-library](https://github.com/scala/scala) from `2.13.13` to `2.13.14` 📜 [GitHub Release Notes](https://github.com/scala/scala/releases/tag/v2.13.14) - [Version Diff](https://github.com/scala/scala/compare/v2.13.13...v2.13.14) ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve...
Due to refactoring to allow tests to run, we have increased our tests from 318 to 346 for JS and Native. JVM has 532 but some of those are due...
Scala.js does not work for Scala `3.3.x`. Classes extending `java.util.SequencedCollection` cause problems. Note that Scala Native has the class added although it is just a stub at this time. Example...