sconfig icon indicating copy to clipboard operation
sconfig copied to clipboard

Scala configuration library supporting HOCON for Scala, Java, Scala.js, and Scala Native

Results 26 sconfig issues
Sort by recently updated
recently updated
newest added

This issue should remain open as a reminder to periodically review commits and port the issue across. If you find a new PR/commit, please open a new issue to handle...

help wanted

References: http://erikerlandson.github.io/blog/2019/05/09/preventing-configuration-errors-with-unit-types/ https://github.com/erikerlandson/coulomb#coulomb

The original code base had Java code coverage so it might be a good idea to add a tool for Scala code coverage. Perhaps - https://github.com/scoverage/scalac-scoverage-plugin

Currently, we are blocked by - [ ] https://github.com/scala/scala-collection-compat/issues/645 - [ ] https://github.com/json4s/json4s/issues/1439

## 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.11.1` to `0.12.0` 📜 [GitHub Release Notes](https://github.com/scalacenter/sbt-scalafix/releases/tag/v0.12.0) - [Version Diff](https://github.com/scalacenter/sbt-scalafix/compare/v0.11.1...v0.12.0) ## Usage ✅ **Please merge!** I'll automatically update this...

## About this PR 📦 Updates [org.scala-lang:scala-library](https://github.com/scala/scala) from `2.13.12` to `2.13.13` 📜 [GitHub Release Notes](https://github.com/scala/scala/releases/tag/v2.13.13) - [Version Diff](https://github.com/scala/scala/compare/v2.13.12...v2.13.13) ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve...

## About this PR 📦 Updates [org.scala-lang:scala-library](https://github.com/scala/scala) from `2.12.18` to `2.12.19` 📜 [GitHub Release Notes](https://github.com/scala/scala/releases/tag/v2.12.19) - [Version Diff](https://github.com/scala/scala/compare/v2.12.18...v2.12.19) ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve...

Can this be used or other APIs? ```scala val conf = ConfigFactory.parseFile(new File("./center/app.conf")) ```