my sbtconfig.txt is like this:
# Set the java args to high
-Xmx512M
-XX:MaxPermSize=256m
-XX:ReservedCodeCacheSize=128m
# Set the extra SBT options
-Dsbt.log.format=true
-Dhttp.proxyHost=http://proxy.toshiba.co.jp -Dhttp.proxyPort=8080
and it doesn't work. Could someone help me set the proxy in windows? Thanks!