Skip to content

Commit ad31df5

Browse files
committed
Upgraded rewrite-clj
As per Phil Hagelberg's comment: One of the dependencies for the version of rewrite-clj that this project uses causes a non-TLS repository to be used, which is dangerous and will not work in the next version of Leiningen. Upgraded to the latest stable to fix the above
1 parent b013841 commit ad31df5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
^:source-dep [org.clojure/java.classpath "0.2.2"]
1414
^:source-dep [lein-cljfmt "0.3.0"]
1515
^:source-dep [me.raynes/fs "1.4.6"]
16-
^:source-dep [rewrite-clj "0.4.13-SNAPSHOT"]
16+
^:source-dep [rewrite-clj "0.6.0"]
1717
^:source-dep [cljs-tooling "0.1.7"]
1818
^:source-dep [version-clj "0.1.2"]]
1919
:plugins [[thomasa/mranderson "0.4.7"]]

0 commit comments

Comments
 (0)