Skip to content

Instantly share code, notes, and snippets.

View gslowikowski's full-sized avatar

Grzegorz Slowikowski gslowikowski

  • Rzeszow, Poland
View GitHub Profile
@paulp
paulp / demo.sh
Last active June 8, 2018 09:16
Enabling sbt plugins from the command line in any sbt project
% sbtx dependencyGraph
... blah blah ...
[info] *** Welcome to the sbt build definition for Scala! ***
[info] Check README.md for more information.
[error] Not a valid command: dependencyGraph
[error] Not a valid project ID: dependencyGraph
% sbtx -Dplugins=graph dependencyGraph
... blah blah ...