object Predef does not have a member $qmark$qmark$qmark

22 views
Skip to first unread message

Michele Sciabarra

unread,
Aug 6, 2014, 7:04:50 AM8/6/14
to simple-b...@googlegroups.com
I have this embarrassing error and I have no clue from where it comes.

There is a plugin involved but the plugin is commented out to be reduced to be just

object MyPlugin extends Plugin { }

and this this error appear. It disappear when I comment out the plugin loading.

This is the code I use to import the plugin.

lazy val plugin = file("..") / ".." / "build"

lazy val root = project.in(file(".")).dependsOn(plugin.toURI)

Josh Suereth

unread,
Aug 6, 2014, 9:23:29 AM8/6/14
to simple-b...@googlegroups.com
Most likely this is from differing sbt versions in the two different projects.  Thing like "scala.<XYZ> does not have member <ABC>" are usually binary incompatible scala versions being used.


--
You received this message because you are subscribed to the Google Groups "simple-build-tool" group.
To unsubscribe from this group and stop receiving emails from it, send an email to simple-build-t...@googlegroups.com.
To post to this group, send email to simple-b...@googlegroups.com.
Visit this group at http://groups.google.com/group/simple-build-tool.
For more options, visit https://groups.google.com/d/optout.

Reply all
Reply to author
Forward
0 new messages