Skip to content

Usage with sbt projects

Cédric Bastin edited this page Jun 18, 2014 · 1 revision

In order to use the plugin in a project with sbt build files you first need to publish the ScalaDyno plugin locally:
sbt publish-local

The you need to change the sbt build file to include the plugin during compilation of scala files: settings = ... ++ Seq( addCompilerPlugin("ch.epfl.lamp" %% "dyno-plugin" % "0.1-SNAPSHOT"))

Now the build process should use the modified compiler.

Clone this wiki locally