jflanigan / jamr

JAMR Parser and Generator
BSD 2-Clause "Simplified" License
193 stars 50 forks source link

Failed setup - sbt dependencies not found #26

Open danlou opened 6 years ago

danlou commented 6 years ago

Hi, I'm having problems running the setup script. It's failing me and reporting these unresolved dependencies:

[warn]  ::::::::::::::::::::::::::::::::::::::::::::::
[warn]  ::          UNRESOLVED DEPENDENCIES         ::
[warn]  ::::::::::::::::::::::::::::::::::::::::::::::
[warn]  :: com.eed3si9n#sbt-assembly;0.10.2: not found
[warn]  :: com.github.mpeltonen#sbt-idea;1.5.2: not found
[warn]  :: com.typesafe.sbteclipse#sbteclipse-plugin;2.4.0: not found
[warn]  ::::::::::::::::::::::::::::::::::::::::::::::

I'm running Scala 2.12.3 and sbt 1.0.2 on macOS Sierra 10.12.6.

Any clue on how to fix this? I'm not really familiar with Scala.

Thanks

regmilton commented 6 years ago

First thing you would want to do is change the version of the assembly plugin - (in project/plugins.sbt) - it is set to a version no longer available - I've changed it to 0.14.6)