A good way to start this section off is to download the Skeleton SBT project archive file from the ModernScalaProjects_Code folder. Here is the structure of the Skeleton project:
Instructions to readers: Copy and paste the file into a folder of your choice before extracting it. Import this project into IntelliJ, drill down to the package "com.packt.modern.chapter", and rename it "com.packt.modern.chapter2". If you would rather choose a different name, choose something appropriate. The breast cancer pipeline project is already set up with build.sbt, plugins.sbt, and build.properties. You only need to make appropriate changes to the organization element in build.sbt. Once these changes are done, you are all set for development. For an explanation of dependency entries in build.sbt, please refer...