Closed
Description
I'm switching one project to 3.0.0-M1 from 0.27.0-RC1.
The steps:
- update sbt plugin from
0.4.2
to0.4.6
- update scala version from
0.27.0-RC1
to3.0.0-M1
After the first step everything is fine, but when I switched to 3.0.0-M1
sbt is stuck on compileIncremental
phase.
This project compiles for dozen of seconds, like 10-15, so I start panic after a few minutes of compileIncremental
.
I've attached a few pictures from attached JProfile to show where it is looping.