Replay framework 2.3.7 not compiling on intellij 14.1.3

Error: Error while importing SBT project:

(...)

at java.lang.Thread.run (Thread.java:745)

[error] (*: update) sbt.ResolveException: Unresolved dependency: sbt-run-> support-210 # sbt-run-support-210_2.10; 0.1-SNAPSHOT: not found Invalid answer.

See full login> /Users/HulkHogan/Library/Logs/IntelliJIdea14/sbt.last.log

Does anyone know how to solve this?

My project is compiled from the cli.

I have already tried the following operations:

  • game update from 2.3.7 to 2.3.9
  • the "activator idea" works
  • restart intellij 14.1.3
+3


source to share


2 answers


according to this , you need to update the file project/plugins.sbt

. replace your sbt plugin version with 2.3.6 (is this the latest?)



+4


source


Removing food / modules and restarting Intellij solved the problem



+2


source







All Articles