You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.