lav...@gmail.com
unread,Feb 21, 2015, 7:28:04 PM2/21/15Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ens...@googlegroups.com
Hi, I've download play, created the project, run it and everything worked properly. The problem I have is after adding these lines to the plugins.sbt file:
resolvers += Resolver.sonatypeRepo("snapshots")
addSbtPlugin("org.ensime" % "ensime-sbt" % "0.1.5-SNAPSHOT")
I get this error:
..build.sbt:5: error: value enablePlugins is not a member of sbt.Project
lazy val root = (project in file(".")).enablePlugins(PlayScala)
after googling for while and trying every posible solution, i could solve nothing.
Does anyone know of posible fix?
thanks