This repository has been archived by the owner on Oct 24, 2022. It is now read-only.
Releases: allenai/sbt-plugins
Releases · allenai/sbt-plugins
Upgrade Scalariform and Scalastyle
See #193
Release Notes:
- Makes it possible to upgrade SBT dependency to 0.13.9
- Removes dependency on https://github.com/jkinkead/scalariform
- Re-introduces comment whitespace formatting bug where only one space is removed per
format
. We've decided to live with this annoyance until the bug is fixed in the standard scalariform project.
If you use Jesse's great commit hook: you will need to upgrade your .git/hooks/scalariform.jar
and/or ~/.git_template/hooks/scalariform.jar
to 0.1.8 which can be downloaded here
v1.1.4 Upgrade common to 1.0.19
Change to common was to make org.allenai.common.Enum serializable. See allenai/common#159
v1.1.3
v1.1.2
v1.1.1
v1.1.0
Big release of ScaladocGenPlugin! See also the documentation for it.
Especially note the instructions for what to do if you encounter an error like:
java.lang.RuntimeException: Setting value cannot be null: {file:/Users/jkinkead/work/sbt-plugins/test-projects/test-deploy/}/*:gitCurrentBranch
at scala.sys.package$.error(package.scala:27)
at sbt.EvaluateSettings$INode.setValue(INode.scala:143)
at sbt.EvaluateSettings$MixedNode.evaluate0(INode.scala:175)
at sbt.EvaluateSettings$INode.evaluate(INode.scala:135)
at sbt.EvaluateSettings$$anonfun$sbt$EvaluateSettings$$submitEvaluate$1.apply$mcV$sp(INode.scala:69)
at sbt.EvaluateSettings.sbt$EvaluateSettings$$run0(INode.scala:78)
at sbt.EvaluateSettings$$anon$3.run(INode.scala:74)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Other changes:
- lower a lot of log messages to debug from info
- fix a bug in
cacheKey
plugin