import com.github.play2war.plugin._
name := """simple-rest-scala"""
version := "1.0-SNAPSHOT"
Play2WarPlugin.play2WarSettings //line number 7
lazy val root = project.in(file(".")).enablePlugins(PlayScala)
fork in run := true
Build Error:
References to undefined settings:
*:servletVersion from *:libraryDependencies (/Users/vkhazin/Projects/Samples/play-framework-war/build.sbt:7)
*:servletVersion from *:war (/Users/vkhazin/Projects/Samples/play-framework-war/build.sbt:7)
*:servletVersion from *:war (/Users/vkhazin/Projects/Samples/play-framework-war/build.sbt:7)
Trying to turn simple-rest-scala seed project into a war file.
./project/plugins.sbt
./build.sbt
Build Error: