boot show --updates showing older than included deps
Open
- Dominant language
- Clojure
- Stars
- 1.7k
- Forks
- 178
- PR merge metrics
- No merged PRs in 30d
Description
With a minimal build.boot file:
```
(set-env! :dependencies '[[com.gfredericks/test.chuck "0.2.7" :scope "test"]])
```
boot show -u suggests [com.gfredericks/test.chuck "0.2.6" :scope "test"].
I expect it to be silent as 0.2.7 is the latest release.
Result of boot --version
```
#http://boot-clj.com
#Fri Feb 03 15:53:04 CST 2017
BOOT_CLOJURE_NAME=org.clojure/clojure
BOOT_CLOJURE_VERSION=1.8.0
BOOT_VERSION=2.7.1
```
Contributor guide
Assessment
This issue has not been assessed yet.