mirror of https://github.com/sbt/sbt.git
1.9 KiB
1.9 KiB
This is a hotfix release for sbt 1.0.x series.
Bug fixes
- Fixes terminal echo issue. #3507 by @kczulko
- Fixes
delivertask, and addsmakeIvyXmlas a more sensibly named task. #3487 by @cunei - Replaces the deprecated use of
OkUrlFactory, and fixes connection leaks. lm#164 by @dpratt - Refixes false positive in DSL checker for setting keys. #3513 by @dwijnand
- Fixes
runandbgRunnot picking up changes to directories in the classpath. #3517 by @dwijnand - Fixes
++so it won't change the value ofcrossScalaVersion. #3495/#3526 by @dwijnand - Fixes sbt server missing some messages. #3523 by @guillaumebort
- Refixes
consoleProject. zinc#386 by @dwijnand - Adds JVM flag
sbt.gigahorseto enable/disable the internal use of Gigahorse to workaround NPE inJavaNetAuthenticatorwhen used in conjunction withrepositoriesoverride. lm#167 by @cunei
Internal
-
Fixes unused import warnings. #3533 by @razvan-panda