Updating th README.

This commit is contained in:
Pat Garrity 2024-01-12 22:31:52 -06:00
parent 390f9a92c3
commit 281f7d96ac
Signed by: pfm
GPG key ID: 5CA5D21BAB7F3A76

View file

@ -1,4 +1,4 @@
# gs-sbt-plugin
# sbt-garrity-software
General SBT plugin for Garrity Software projects. This plugin should not be used
for non-GS projects.
@ -9,7 +9,7 @@ for non-GS projects.
```scala
resolvers += "Garrity Software Releases" at "https://maven.garrity.co/gs"
addSbtPlugin("gs" % "gs-sbt-plugin" % "0.1.0")
addSbtPlugin("gs" % "sbt-garrity-software" % "0.1.0")
```
**File: build.sbt**