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

Easily use and document any config from anywhere in ZIO apps

Results 193 zio-config issues
Sort by recently updated
recently updated
newest added

Updates com.amazonaws:aws-java-sdk-ssm from 1.12.184 to 1.12.194. I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd like to skip this version, you...

type: dependencies

Updates [com.typesafe:sbt-mima-plugin](https://github.com/lightbend/mima) from 0.9.2 to 1.1.0. [GitHub Release Notes](https://github.com/lightbend/mima/releases/tag/1.1.0) - [Version Diff](https://github.com/lightbend/mima/compare/0.9.2...1.1.0) I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd...

type: dependencies

Pasting one of the questions from Discord, regarding the need of lifting values to a `ConfigDescriptor` ```scala Is there a way to create a constant ConfigDescriptor val descriptor = if...

Updates [org.scalameta:sbt-mdoc](https://github.com/scalameta/mdoc) from 2.2.24 to 2.3.2. [GitHub Release Notes](https://github.com/scalameta/mdoc/releases/tag/v2.3.2) - [Version Diff](https://github.com/scalameta/mdoc/compare/v2.2.24...v2.3.2) I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd...

type: dependencies

It seems with Scala 2.13.8 (with `-Xsource:3` and ZIO config 3.0.0-RC1) the `generateReport` does not contain any part of the config values passed as `value` parameter. Example code: import zio.config.*...

The changes needs to be done in `.github/workflows/ci.yml` (change from 3.0.x to 3.1.0) and in `BuildHelper.scala` (change from 3.0 to 3.1). Fix compile time issues.