=pro upgrade to latest sbt and add first auto plugins
* RootSettings plugin contains settings for root project * other auto plugins that are meant only for root project depend on RootSettings * other auto plugins that are meant for every project are enabled by default reducing boilerplate
This commit is contained in:
parent
338f61886e
commit
22334da2a1
26 changed files with 117 additions and 101 deletions
1
build.sbt
Normal file
1
build.sbt
Normal file
|
|
@ -0,0 +1 @@
|
|||
enablePlugins(akka.RootSettings)
|
||||
Loading…
Add table
Add a link
Reference in a new issue