Releases: allenai/sbt-plugins
v1.0.0
v0.0.1
v2015.06.19-0
Cleanup of StylePlugin
, hopefully fixing #166 .
v2015.06.05-0
Add common-guice
library.
Make integration tests depend on unit test classpath by default
Upgrade spray and spray-json dependency versions
Upgrades were bugfixes. See #162
synchronize call to `npm install`
Fixes non-deterministic CI builds caused by multiple SBT subprojects building client-side code concurrently, which npm
doesn't handle well.
See #161
Make npm log level configurable
See #160
- Can now specify a log level for
npm
commands issued byNodeJsPlugin
// build.sbt
enablePlugins(WebappPlugin)
npmLogLevel in Npm := NpmLogLevel.Info
v2015.05.20-0
Move run-class.sh
generation into the core plugin, so that it's available to any project that wishes to use it.
Revert DatabasePlugin
The DatabasePlugin wrapped the flyway SBT plugin, which is only available via a custom resolver (i.o.w not via one of SBT's default resolvers). For some reason, the plugin's resolvers are not available transitively to client builds. See http://stackoverflow.com/questions/30248497/is-it-possible-to-add-a-resolver-to-an-sbt-projects-build-via-an-autoplugin for more in-depth discussion.