lazy val root = (project in file(".")) .enablePlugins(SbtPlugin) .settings( name := "web-routes" )