Use previous snapshot publishing, rather than sonatype
This commit is contained in:
parent
ca1baebfbb
commit
885ed7cb36
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ object Publish {
|
|||
lazy val settings = Seq(
|
||||
crossPaths := false,
|
||||
pomExtra := akkaPomExtra,
|
||||
publishTo <<= sonatypePublishTo,
|
||||
publishTo <<= akkaPublishTo,
|
||||
credentials ++= akkaCredentials,
|
||||
organizationName := "Typesafe Inc.",
|
||||
organizationHomepage := Some(url("http://www.typesafe.com")),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue