From 4e58073b3708e910091ca393edd05ecf96eaa437 Mon Sep 17 00:00:00 2001 From: Jakob Odersky Date: Thu, 15 Feb 2018 18:41:06 -0800 Subject: Separate and fix publishing settings --- project/publish.sbt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 project/publish.sbt (limited to 'project/publish.sbt') diff --git a/project/publish.sbt b/project/publish.sbt new file mode 100644 index 0000000..1c70137 --- /dev/null +++ b/project/publish.sbt @@ -0,0 +1,2 @@ +addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "2.3") +addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.0") -- cgit v1.2.3