Simple blob data type for Scala 3.
Find a file
2024-01-04 22:58:03 -06:00
project Preparing repository for initial development. 2024-01-04 22:58:03 -06:00
.gitignore Preparing repository for initial development. 2024-01-04 22:58:03 -06:00
.pre-commit-config.yaml Preparing repository for initial development. 2024-01-04 22:58:03 -06:00
.scalafmt.conf Preparing repository for initial development. 2024-01-04 22:58:03 -06:00
build.sbt Preparing repository for initial development. 2024-01-04 22:58:03 -06:00
LICENSE Preparing repository for initial development. 2024-01-04 22:58:03 -06:00
README.md Preparing repository for initial development. 2024-01-04 22:58:03 -06:00

gs-config

License (Apache 2.0)

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.