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
hi.
I've got scala version 2.9.2 installed at my current machine.
Running
sbt runresults in a ResolveException:unresolved dependency: com.github.siasia#xsbt-proguard-plugin_2.9.2;0.12.1-0.1.2When 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