Skip to content

Commit 1fa60cd

Browse files
committed
1.0.5 -- Fix #23
1 parent 06b34b1 commit 1fa60cd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

project.clj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject tailrecursion/boot "1.0.4"
1+
(defproject tailrecursion/boot "1.0.5"
22
:description "A dependency setup/build tool for Clojure."
33
:url "https://github.com/tailrecursion/boot"
44
:license {:name "Eclipse Public License"

src/tailrecursion/boot/loader.clj

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
(mapv (partial exclude (vec loaded)))
116116
(#(resolve-dependencies! % (or repos dfl-repos))))]
117117
(swap! dependencies into (mapv :dep specs))
118-
(add-urls! (map #(->> % :jar (str "file:///") URI. .toURL) specs))))
118+
(add-urls! (map #(->> % :jar (str "file:///") URL.) specs))))
119119

120120
(defrecord CoreVersion [depspec])
121121

0 commit comments

Comments
 (0)