From cda2d978f9de2f40f2bc26d5c74b1771b397b3fb Mon Sep 17 00:00:00 2001 From: Li Haoyi Date: Sun, 14 May 2017 11:16:55 +0800 Subject: [PATCH] add publishing plugins --- project/build.sbt | 6 ++++++ readme/Changelog.scalatex | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/project/build.sbt b/project/build.sbt index c20d0a09..9e8c03e5 100644 --- a/project/build.sbt +++ b/project/build.sbt @@ -6,3 +6,9 @@ addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.1.9") addSbtPlugin("io.get-coursier" % "sbt-coursier" % "1.0.0-M14") +addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "0.2.1") + +addSbtPlugin("com.typesafe.sbt" % "sbt-pgp" % "0.8.3") + +addSbtPlugin("com.github.gseitz" % "sbt-release" % "0.8.5") + diff --git a/readme/Changelog.scalatex b/readme/Changelog.scalatex index 018d8c0f..b9e4fa27 100644 --- a/readme/Changelog.scalatex +++ b/readme/Changelog.scalatex @@ -5,7 +5,7 @@ @li Added documentation on @sect.ref{Improving Performance} and @sect.ref{Startup Performance}, along with many micro-optimizations - and additional tools for improving startup performance. Using these + and additional tools (below) for improving startup performance. Using these tools & techniques, you can expect about a 10x reduction in time taken to initialize your FastParse parsers. This is particularly relevant for using FastParse in interactive websites via Scala.js.