boot icon indicating copy to clipboard operation
boot copied to clipboard

boot show --updates showing older than included deps

Open dpassen opened this issue 8 years ago • 2 comments

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

dpassen avatar Feb 03 '17 21:02 dpassen

> boot -d philoskim/debux:0.2.1 show -u
Retrieving maven-metadata.xml from https://repo.clojars.org/ (1k)
[philoskim/debux "0.2.0"]

also

> boot -d environ:1.1.0 show -u
Classpath conflict: org.clojure/clojure version 1.9.0-alpha14 already loaded, NOT loading version 1.5.1
Retrieving maven-metadata.xml from https://repo.clojars.org/ (1k)
[environ "1.0.2"]

boot -V:

BOOT_VERSION=2.7.1
BOOT_CLOJURE_VERSION=1.9.0-alpha14

onetom avatar Feb 14 '17 03:02 onetom

still an issue on boot 2.7.2

> boot -d org.clojure/tools.cli:0.3.5 show -d
Classpath conflict: org.clojure/clojure version 1.8.0 already loaded, NOT loading version 1.4.0
[org.clojure/tools.cli "0.3.5"]
└── [org.clojure/clojure "1.4.0"]
BOOT_CLOJURE_NAME=org.clojure/clojure
BOOT_CLOJURE_VERSION=1.8.0
BOOT_VERSION=2.7.2

bennyandresen avatar Aug 22 '17 17:08 bennyandresen