File tree 2 files changed +7
-1
lines changed
2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -6,3 +6,9 @@ addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.1.9")
6
6
7
7
addSbtPlugin(" io.get-coursier" % " sbt-coursier" % " 1.0.0-M14" )
8
8
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
+
Original file line number Diff line number Diff line change 5
5
@li
6
6
Added documentation on @sect.ref{Improving Performance} and
7
7
@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
9
9
tools & techniques, you can expect about a 10x reduction in time
10
10
taken to initialize your FastParse parsers. This is particularly
11
11
relevant for using FastParse in interactive websites via Scala.js.
You can’t perform that action at this time.
0 commit comments