From 281f7d96acea4f674a766674e89d87da903578cb Mon Sep 17 00:00:00 2001 From: Pat Garrity Date: Fri, 12 Jan 2024 22:31:52 -0600 Subject: [PATCH] Updating th README. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bd999af..39ee8e8 100644 --- a/README.md +++ b/README.md @@ -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**