Mark van Leeuwen
Results
1
comments of
Mark van Leeuwen
I used https://github.com/lihaoyi/workbench to run the template. Add the following to plugins.sbt ``` addSbtPlugin("com.lihaoyi" % "workbench" % "0.2.3") ``` Add the following to build.sbt ``` import com.lihaoyi.workbench.Plugin._ workbenchSettings bootSnippet :=...