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
I've got scala version 2.9.2 installed at my current machine.
Running sbt run results in a ResolveException: unresolved dependency: com.github.siasia#xsbt-proguard-plugin_2.9.2;0.12.1-0.1.2
When setting an explicit scala version in build.sbt ( scalaVersion := "2.10.2" ) the error stays the same (so it's still complaining about a 2.9.2 vesion missing)
I haven't really investigated but I wanted to let you know. Tell me if you need additional info. I suspect some indirect dependency went down.
Anyway: I believe some install instructions or requirements concerning the scala version (if there are any) would be good to have.
Thanks for your work.
Axel
The text was updated successfully, but these errors were encountered:
hi.
I've got scala version 2.9.2 installed at my current machine.
Running
sbt run
results in a ResolveException:unresolved dependency: com.github.siasia#xsbt-proguard-plugin_2.9.2;0.12.1-0.1.2
When setting an explicit scala version in build.sbt (
scalaVersion := "2.10.2"
) the error stays the same (so it's still complaining about a 2.9.2 vesion missing)I haven't really investigated but I wanted to let you know. Tell me if you need additional info. I suspect some indirect dependency went down.
Anyway: I believe some install instructions or requirements concerning the scala version (if there are any) would be good to have.
Thanks for your work.
Axel
The text was updated successfully, but these errors were encountered: