clear-config icon indicating copy to clipboard operation
clear-config copied to clipboard

Scala FP configuration library with a focus on runtime clarity

Results 51 clear-config issues
Sort by recently updated
recently updated
newest added

## About this PR 📦 Updates [com.github.sbt:sbt-ci-release](https://github.com/sbt/sbt-ci-release) from `1.5.10` to `1.5.12` 📜 [GitHub Release Notes](https://github.com/sbt/sbt-ci-release/releases/tag/v1.5.12) - [Version Diff](https://github.com/sbt/sbt-ci-release/compare/v1.5.10...v1.5.12) ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve...

Updates [org.scala-sbt:sbt](https://github.com/sbt/sbt) from 1.7.1 to 1.7.3. [GitHub Release Notes](https://github.com/sbt/sbt/releases/tag/v1.7.3) - [Version Diff](https://github.com/sbt/sbt/compare/v1.7.1...v1.7.3) I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd...

No more manually doing the following: ```scala ConfigDef.getOrUse[String]("LOG_APPENDER", "DEV") *> ConfigDef.getOrUse[String]("LOG_LEVEL_ROOT", "INFO") *> ConfigDef.getOrUse[String]("LOG_LEVEL_SQL", "INFO") *> ConfigDef.unit ```

I'm always doing the same thing. Make this easier out-of-the-box: ```scala def sources: ConfigSources[IO] = // Highest pri ConfigSource.environment[IO].expandInlineProperties("APP_PROPS").mapKeyQueries(acceptExternalKeyFormat) > ConfigSource.propFileOnClasspath[IO]("app.properties", optional = true) > ConfigSource.system[IO] // Lowest pri private...

## About this PR 📦 Updates [com.lihaoyi:utest](https://github.com/com-lihaoyi/utest) from `0.8.1` to `0.8.3` 📜 [GitHub Release Notes](https://github.com/com-lihaoyi/utest/releases/tag/0.8.3) - [Version Diff](https://github.com/com-lihaoyi/utest/compare/0.8.1...0.8.3) ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve...

@japgolly my application.conf file contains variable to be read from .env and when i run this i get an error.Though other values have been read only variables are the problem....

## 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.1.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.1.3...3.4.1) - [Version Diff](https://github.com/scala/scala3/compare/release-3.1.3...release-3.4.1) ## Usage ✅ **Please merge!** I'll...

## About this PR 📦 Updates * [org.scala-js:sbt-scalajs](https://github.com/scala-js/scala-js) * [org.scala-js:scalajs-compiler](https://github.com/scala-js/scala-js) * [org.scala-js:scalajs-library](https://github.com/scala-js/scala-js) * [org.scala-js:scalajs-library_2.13](https://github.com/scala-js/scala-js) * [org.scala-js:scalajs-test-bridge](https://github.com/scala-js/scala-js) * [org.scala-js:scalajs-test-bridge_2.13](https://github.com/scala-js/scala-js) from `1.10.1` to `1.16.0` 📜 [GitHub Release Notes](https://github.com/scala-js/scala-js/releases/tag/v1.16.0) - [Version Diff](https://github.com/scala-js/scala-js/compare/v1.10.1...v1.16.0) ##...

## About this PR 📦 Updates [ch.epfl.scala:sbt-scalafix](https://github.com/scalacenter/sbt-scalafix) from `0.9.34` 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.9.34...v0.12.0) ## 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.13.8` 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.8...v2.13.13) ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve...