We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fababe commit bb4d730Copy full SHA for bb4d730
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 (into (sorted-map)))
+ (->> artifacts-file slurp edn/read-string (into (sorted-map)))
28
{})
29
:meta {:last-modified
30
(get-last-modified-from-file artifacts-file)}))
0 commit comments