Similar problem with How to use sbt behind authenticated proxy?. I tried with the given answer and problem still there.
When I run sbt in terminal, it
Creating a build.sbt file worked as well. My build.sbt file looks like below;
lazy val root = (project in file(".")). settings( name := "hello", version := "1.0", scalaVersion := "2.11.4" )