Using Windows 7, 64 bit, behind the proxy server.
I downloaded and installed the latest versions of SBT (0.13.11), Scala (2.11.8), and the IntelliJ IDEA community (2016.1.2). When I try to start a new project in IntelliJ, the newest version of SBT that I can use is 0.13.8, not 0.13.11. Does anyone know why this could be? If I try to start a new project, I get an error message:
Error: Error while importing SBT project:
...
[warn] :: UNRESOLVED DEPENDENCIES ::
[warn] ::::::::::::::::::::::::::::::::::::::::::::::::::::
[warn] :: org.scala-lang # scala-library; 2.11.8: not found
[warn] :: org.scala-lang # scala-compiler; 2.11.8: not found
[warn] ::::::::::::::::::::::::::::::::::::::::::::::::::::
[warn]
[warn] Note: Unresolved dependencies path:
[warn] org.scala-lang: scala-library: 2.11.8 ((sbt.Classpaths) Defaults.scala # L1203)
[warn] + - default: untitled1_2.11: 1.0
[warn] org.scala-lang: scala-compiler: 2.11.8
[warn] + - default: untitled1_2.11: 1.0
[trace] Stack trace suppressed: run 'last *: update' for the full output.
[trace] Stack trace suppressed: run 'last: ssExtractDependencies' for the full output.
[error] (: update) sbt.ResolveException: unresolved dependency: org.scala-lang # scala-library; 2.11.8: not found
[error] unresolved dependency: org.scala-lang # scala-compiler; 2.11.8: not found
[error] (*: ssExtractDependencies) sbt.ResolveException: unresolved dependency: org.scala-lang # scala-library; 2.11.8: not found
[error] unresolved dependency: org.scala-lang # scala-compiler; 2.11.8: not found
[error] Total time: 4 s, completed May 25, 2016 10:51:00 AM
Java HotSpot (TM) 64-Bit Server VM warning: ignoring option MaxPermSize = 384M; support was removed in 8.0
Picked up _JAVA_OPTIONS: -Djava.net.preferIPv4Stack = true
See the full log in C: \ Users \ Rk.IdeaIC2016 \ system \ log \ sbt.last. magazine
After some time to redo it, I found that when I type sbt abouton the terminal, they tell me that I have SBT version 0.13.8, which is built against Scala 2.10.4. This does not look right! If I log into IntelliJ and select SBT build as 0.13.8 and Scala build as 2.10.4, I will not get an error!
So, this is pretty confusing because it is not clear if the proxy is a problem. It seems like if I could just upgrade SBT to version 0.13.11, it all works.
Understanding or help would be very helpful - I am very happy to know Scala, but these technical difficulties stop me.
EDIT: When I run sbt compilein the project directory, I get the following output:
