Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 644 Bytes

File metadata and controls

17 lines (10 loc) · 644 Bytes

Sbt_assignment

In this Assignment of Sbt:- Created a module named actor and

  • Added library dependencies for akka-actor-typed, akka-persistence-typed and scalactic

  • In the same module, added test dependencies for scalatest, akka-actor-testkit-typed and akka-persistence-testkit.

  • Added another module namely, persistence.

  • In the persistence module, added library dependency for slick and mysql database.

  • Added test dependency for scalatest and h2 database.

  • Added plugins to the project- codesquad-sbt-plugin and scalastyle-sbt-plugin

  • Finally added one last module "root" and aggregated all other modules in this root module