You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ git clone [email protected]:lucidd/chrome-system-monitor.git
$ cd chrome-system-monitor
$ sbt chromeUnpackedFast
[info] [launcher] getting org.scala-sbt sbt 0.13.8 (this may take some time)...
downloading https://repo1.maven.org/maven2/org/scala-lang/scala-library/2.10.4/scala-library-2.10.4.jar ...
...
[info] Loading global plugins from /Users/david/.sbt/0.13/plugins
[info] Updating {file:/Users/david/.sbt/0.13/plugins/}global-plugins...
[info] Resolving org.fusesource.jansi#jansi;1.4 ...
[info] Done updating.
error: bad symbolic reference. A signature in Implicits.class refers to term Remove
in package sbt which is not available.
It may be completely missing from the current classpath, or the version on
the classpath might be incompatible with the version used when compiling Implicits.class.
error: bad symbolic reference. A signature in Implicits.class refers to type Value
in value sbt.Remove which is not available.
It may be completely missing from the current classpath, or the version on
the classpath might be incompatible with the version used when compiling Implicits.class.
[error] Type error in expression
Project loading failed: (r)etry, (q)uit, (l)ast, or (i)gnore?
The text was updated successfully, but these errors were encountered:
Hi, I get this error when building the app:
The text was updated successfully, but these errors were encountered: