Installation

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

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

Cats type class instances

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

Serialization formats

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

Reading HOCON translation definitions from resources

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

Codecs to populate custom data classes from translation objects

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

Default setup which is assumed in the documentation below

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