boot-clj / boot-clj/boot

boot show --updates showing older than included deps

Open
#577 2 comments 2 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.