implicit.ly

Scala software, hot off the presses

« Back to blog

configrity 0.10.0

Changes since version 0.9.0:

  • Configrity adopted a modular code layout. Most features are provided by the configrity-core module, which doesn't require any external dependencies. The sbt dependency line is now slightly different: check the README file.
  • YAML import/export is now provided by the configrity-yaml module, based on snakeyaml. Usage and documentation in the project wiki (issue #2).

If you wish for extra features, feel free to ask.

Configrity is a simple, immutable and flexible Scala API for handling configurations.