aboutsummaryrefslogtreecommitdiff
path: root/project/publish.sbt
diff options
context:
space:
mode:
authorJakob Odersky <jakob@odersky.com>2018-10-31 01:59:56 -0700
committerJakob Odersky <jakob@odersky.com>2018-10-31 02:00:26 -0700
commit5a59e784e58e14a8c3634969674369839c5ee26e (patch)
treecc5c5332d6b84cd0a351b4bb36e1f16a564c9986 /project/publish.sbt
downloadidenticon-5a59e784e58e14a8c3634969674369839c5ee26e.tar.gz
identicon-5a59e784e58e14a8c3634969674369839c5ee26e.tar.bz2
identicon-5a59e784e58e14a8c3634969674369839c5ee26e.zip
Initial commit
Diffstat (limited to 'project/publish.sbt')
-rw-r--r--project/publish.sbt2
1 files changed, 2 insertions, 0 deletions
diff --git a/project/publish.sbt b/project/publish.sbt
new file mode 100644
index 0000000..b39e15a
--- /dev/null
+++ b/project/publish.sbt
@@ -0,0 +1,2 @@
+addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "2.3")
+addSbtPlugin("io.crashbox" % "sbt-gpg" % "0.2.0")