Changing the publish target to be correct (gs)
This commit is contained in:
parent
281f7d96ac
commit
4326a41117
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue