Hello! This is SBT Assignment.
Group-6
-
Create a module namely, http.
-
Add library dependency for akka-http and akka-stream in this module.
-
In the same module, add test dependency for scalatest, akka-http-testkit, akka-stream-testkit, akka-testkit and mockito-scala
-
Add another module namely, actor.
-
In the actor module, add dependencies for akka-actor and akka-persistence.
-
Add test dependency for akka-testkit and akka-persistence-testkit.
-
Add plugins to the project- codesquad-sbt-plugin and scalastyle-sbt-plugin
-
Finally add one last module "root" and aggregate all other modules in this root module