From 61ccb169c3bdc136019f42efa4c11e53f73c1834 Mon Sep 17 00:00:00 2001 From: Carl Pulley Date: Sun, 12 Feb 2017 11:58:54 +0000 Subject: [PATCH] Add Validated Configuration Library to README validated-config allows Typesafe config files to be validated via a lightweight DSL. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 723d46b5..9efa6e49 100644 --- a/README.md +++ b/README.md @@ -844,6 +844,7 @@ format. * konfig https://github.com/vpon/konfig * ScalaConfig https://github.com/andr83/scalaconfig * static-config https://github.com/Krever/static-config + * validated-config https://github.com/carlpulley/validated-config #### Clojure wrappers for the Java library