Create scala sbt project using IntelliJ IDEA – Step by step
In the previous post, we discussed how to set up a maven-based Scala project. Now, in this post, we will learn how we can create an sbt-based Scala project using IntelliJ IDEA IDE. The sbt is an open-source build tool for Scala and Java projects like Maven and Ant. If you need to install IntelliJ […]
Create scala sbt project using IntelliJ IDEA – Step by step Read More »