Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 58687ef + 1dc666d commit 7b43a81Copy full SHA for 7b43a81
build.sbt
@@ -2,7 +2,7 @@ organization := "io.code-check"
2
3
name := """github-api"""
4
5
-version := "0.2.0-SNAPSHOT"
+version := "0.2.0"
6
7
scalaVersion := "2.11.11"
8
project/plugins.sbt
@@ -1 +1,4 @@
1
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.0.0")
+
+addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "1.1")
0 commit comments