Skip to content

Commit cda2d97

Browse files
committed
add publishing plugins
1 parent 63b432a commit cda2d97

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

project/build.sbt

+6
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,9 @@ addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.1.9")
66

77
addSbtPlugin("io.get-coursier" % "sbt-coursier" % "1.0.0-M14")
88

9+
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "0.2.1")
10+
11+
addSbtPlugin("com.typesafe.sbt" % "sbt-pgp" % "0.8.3")
12+
13+
addSbtPlugin("com.github.gseitz" % "sbt-release" % "0.8.5")
14+

readme/Changelog.scalatex

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
@li
66
Added documentation on @sect.ref{Improving Performance} and
77
@sect.ref{Startup Performance}, along with many micro-optimizations
8-
and additional tools for improving startup performance. Using these
8+
and additional tools (below) for improving startup performance. Using these
99
tools & techniques, you can expect about a 10x reduction in time
1010
taken to initialize your FastParse parsers. This is particularly
1111
relevant for using FastParse in interactive websites via Scala.js.

0 commit comments

Comments
 (0)