I am trying to run SBT on Windows 7. To do so I followed the steps in the similar thread \"How to use sbt from behind proxy?\".
SBT
I have the foll
Go to your SBT folder and use the below command
set SBT_OPTS=-Dhttp.proxyHost=10.10.10.154 -Dhttp.proxyPort=8080 -Dhttps.proxyHost=10.10.10.154 -Dhttps.proxyPort=8080 -Dhttp.nonProxyHosts=localhost
and then
sbt.bat