sbt / sbt-remote-control

Create and manage sbt process using unicorns and forks
Other
74 stars 14 forks source link

On sbt version bump, clean is required #145

Open havocp opened 10 years ago

havocp commented 10 years ago

If you bump the sbt version, target/sbt/sbt-launch.jar will not be replaced if it already exists, so you'll get the old launcher. This is dangerous (release while forgetting to clean will be silently broken).