Some basic build updates.
This commit is contained in:
parent
63f006f927
commit
50f4a68036
2 changed files with 4 additions and 2 deletions
|
@ -101,8 +101,8 @@ lazy val publishSettings = Seq(
|
|||
publishTo := {
|
||||
val repo = "https://maven.garrity.co/"
|
||||
if (SelectedVersion.endsWith("SNAPSHOT"))
|
||||
Some("snapshots" at repo + "snapshots")
|
||||
else Some("releases" at repo + "releases")
|
||||
Some("Garrity Software Maven" at repo + "snapshots")
|
||||
else Some("Garrity Software Maven" at repo + "releases")
|
||||
}
|
||||
)
|
||||
|
||||
|
|
|
@ -1 +1,3 @@
|
|||
credentials += Credentials(Path.userHome / ".sbt" / ".credentials")
|
||||
|
||||
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.8")
|
||||
|
|
Loading…
Add table
Reference in a new issue