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.
1 parent 58687ef commit 1dc666dCopy full SHA for 1dc666d
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