Share the post "How To Fix The unresolved dependency: org.scala-sbt#sbt;${{sbt.version}}: not found Error"
The solution is simple. But it took me some time to find this solution.
In the folder where your project is located, create a folder name project and a file called build.properties.
Inside the property file, paste this.
|
1 |
sbt.version=0.12.2 |
That should fix it.