Changing the publish target to be correct (gs)

This commit is contained in:
Pat Garrity 2024-01-12 22:38:33 -06:00
parent 281f7d96ac
commit 4326a41117
Signed by: pfm
GPG key ID: 5CA5D21BAB7F3A76

View file

@ -30,7 +30,7 @@ object GsPlugin extends AutoPlugin {
if (Keys.version.value.endsWith("SNAPSHOT")) if (Keys.version.value.endsWith("SNAPSHOT"))
Some("Garrity Software Maven" at repo + "snapshots") Some("Garrity Software Maven" at repo + "snapshots")
else else
Some("Garrity Software Maven" at repo + "releases") Some("Garrity Software Maven" at repo + "gs")
}, },
scalacOptions := { scalacOptions := {
val prev = Keys.scalacOptions.value val prev = Keys.scalacOptions.value