# gs-config [License (Apache 2.0)](./LICENSE) Configuration library for Scala 3. - [Usage](#usage) ## Usage This library is not yet published. ```scala object GS { val Config: ModuleID = "gs" %% "gs-config-v0" % "0.1.0" } ```