We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08580da commit 2fababeCopy full SHA for 2fababe
src/refactor_nrepl/artifacts.clj
@@ -24,7 +24,7 @@
24
25
;; structure here is {"prismatic/schem" ["0.1.1" "0.2.0" ...]}
26
(defonce artifacts (atom (if (.exists (io/as-file artifacts-file))
27
- (-> artifacts-file slurp read-string)
+ (->> artifacts-file slurp read-string (into (sorted-map)))
28
{})
29
:meta {:last-modified
30
(get-last-modified-from-file artifacts-file)}))
0 commit comments