Slugs for Scala 3
| .forgejo/workflows | ||
| project | ||
| src | ||
| .gitignore | ||
| .pre-commit-config.yaml | ||
| .scalafmt.conf | ||
| build.sbt | ||
| LICENSE | ||
| README.md | ||
gs-slug
Scala 3 Slugs. Slugs are URL-safe restricted string identifiers.
Usage
This artifact is available in the Garrity Software Maven repository.
externalResolvers +=
"Garrity Software Releases" at "https://maven.garrity.co/gs"
val GsSlug: ModuleID =
"gs" %% "gs-slug-v0" % "0.1.0"