Scala-Programming How to create and run Scala Project in Command Prompt ? Star the repository Make sure you have SBT and JDK v11 installed Run the following commands (Step-By-Step): sbt new scala/projectname.g8 Scala-3 cd scala-3 sbt run