Play was updated to use a new build file format
Ref : Build.scala is not created in play
You can continue from build.sbt file anymore
ForEx:
libraryDependencies ++= Seq(
jdbc,
cache,
"org.sorm-framework" % "sorm" % "0.3.8",
ws,
specs2 % Test
)
For new usage :
Using SORM with Play Framework 2.3.8