I have upgraded IntelliJ to version CE 2017.3 from a CE 2017.2.5, and now I cannot build my sbt project. The build gets stuck on the first step:
\"Build: sync
I have suffered from same problems after upgrade intelliJ to 2017.3 But it works fine now.
I think intelliJ couldn't pass the 'No proxy for' option to sbt. so, I added
-Dhttp.nonProxyHosts="host1|host2"
option in File > Settings > Build, Excution, Deployment > sbt > VM parameters