Skip to content

Commit

Permalink
Update plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
thanhtien522 committed Aug 1, 2017
1 parent 673a8dd commit 65ff126
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 2 additions & 4 deletions build.sbt
Expand Up @@ -2,7 +2,7 @@ organization := "com.github.thanhtien522"

name := "es-http-client"

version := "0.1-beta"
version := "0.1-SNAPSHOT"

scalaVersion := "2.11.11"

Expand Down Expand Up @@ -43,6 +43,4 @@ publishTo := {
Some("snapshots" at nexus + "content/repositories/snapshots")
else
Some("releases" at nexus + "service/local/staging/deploy/maven2")
}

addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "1.1")
}
2 changes: 2 additions & 0 deletions project/plugins.sbt
@@ -0,0 +1,2 @@
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "1.1")
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.0.0")

0 comments on commit 65ff126

Please sign in to comment.