Skip to content

Commit 1dc666d

Browse files
committed
Release 0.2.0
1 parent 58687ef commit 1dc666d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ organization := "io.code-check"
22

33
name := """github-api"""
44

5-
version := "0.2.0-SNAPSHOT"
5+
version := "0.2.0"
66

77
scalaVersion := "2.11.11"
88

project/plugins.sbt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
11
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.0.0")
2+
3+
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "1.1")
4+

0 commit comments

Comments
 (0)