I got permission. Thanks to everyone for the answer.
A problem with my version of Scatatest has arisen.
I am using Scala version 11 and the scalatest version is not compatible with the Scala version.
libraryDependencies += "org.scalatest" % "scalatest_2.11" % "2.2.1" % "test"
An .sbt file is added above the line and updated. Now it works fine as expected.
source share