Skip to content

Commit

Permalink
add publishing plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi committed May 14, 2017
1 parent 63b432a commit cda2d97
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions project/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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")

2 changes: 1 addition & 1 deletion readme/Changelog.scalatex
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit cda2d97

Please sign in to comment.