Base SBT plugin for Garrity Software projects.
Find a file
2025-03-22 11:11:08 -05:00
project Release 0.5.0: Minor updates 2025-03-22 11:11:08 -05:00
src/main/scala/gs Release 0.5.0: Minor updates 2025-03-22 11:11:08 -05:00
.gitignore Baseline plugin version. 2024-01-12 22:23:04 -06:00
.pre-commit-config.yaml Baseline plugin version. 2024-01-12 22:23:04 -06:00
.scalafmt.conf Release 0.5.0: Minor updates 2025-03-22 11:11:08 -05:00
build.sbt Full support for MIT license. 2024-04-12 08:00:14 -05:00
LICENSE Full support for MIT license. 2024-04-12 08:00:14 -05:00
README.md Release 0.4.0: Support scala 3.5.0, remove default license. 2024-08-22 21:07:52 -05:00

sbt-garrity-software

General SBT plugin for Garrity Software projects. This plugin should not be used for non-GS projects.

Usage

File: project/plugins.sbt

resolvers += "Garrity Software Releases" at "https://maven.garrity.co/gs"

addSbtPlugin("gs" % "sbt-garrity-software" % "0.4.0")

File: build.sbt

ThisBuild / gsProjectName := "project-name"