Installation

Dependency-free core module, that contains all data class definitions, type classes and pre-defined locales

"io.taig" %%% "babel-core" % "0.5.3" 

Cats type class instances

"io.taig" %%% "babel-cats" % "0.5.3"

Serialization formats

"io.taig" %%% "babel-circe" % "0.5.3"

Reading HOCON translation definitions from resources

"io.taig" %%% "babel-loader" % "0.5.3"

Codecs to populate custom data classes from translation objects

"io.taig" %%% "babel-generic" % "0.5.3"

Default setup which is assumed in the documentation below

"io.taig" %%% "babel-circe" % "0.5.3"
"io.taig" %%% "babel-generic" % "0.5.3"
"io.taig" %%% "babel-loader" % "0.5.3"