February 2018
Intermediate to advanced
552 pages
13h 46m
English
Like the SBT Play Framework plugin, we need to add the sbt-conductr plugin in the plugins.sbt file.
To use ConductR with our Reactive System, add the following sbt-conductr plugin to project/plugins.sbt:
addSbtPlugin("com.lightbend.conductr" % "sbt-conductr" % "2.3.5")
Now our plugins.sbt file looks like this:
// The Lagom pluginaddSbtPlugin("com.lightbend.lagom" % "lagom-sbt-plugin" % "1.3.0-RC2")// The Lagom Conduct pluginaddSbtPlugin("com.lightbend.conductr" % "sbt-conductr" % "2.3.5")
When we add this plugin to our project, it will get the following libraries into its classpath: