Scala 3 configuration library.
				
			
		| project | ||
| src/main/scala/gs/config | ||
| .gitignore | ||
| .pre-commit-config.yaml | ||
| .scalafmt.conf | ||
| build.sbt | ||
| LICENSE | ||
| README.md | ||
gs-config
Configuration library for Scala 3.
Usage
This artifact is available in the Garrity Software Maven repository.
externalResolvers +=
  "Garrity Software Releases" at "https://maven.garrity.co/releases"
val GsConfig: ModuleID =
  "gs" %% "gs-config-v0" % "0.1.0"
TODO:
- Refactor -- move current config implementations to "raw" implementations.
- Create the notion of an audited configuration.
- Create the notion of an audited configuration with a list of sources.