Skip to content

Commit bf83b5d

Browse files
authored
chore(shadow-build): update to 1.0.213 (dvcrn#216)
There were namespace conflicts within atom with other plugins written in clojurescript. On request, @thheller fixed the issue in shadow-build (for now). This issue is not 100% fixed yet and can still break, but it is better than before.
1 parent e5321ee commit bf83b5d

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

project.clj

+11-11
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
(defproject proton "0.1.0-SNAPSHOT"
2-
:description "Spacemacs helps Atom to become a better editor"
3-
:url "https://github.com/dvcrn/proton/"
4-
:license {:name "GPLv3"
5-
:url "https://github.com/dvcrn/proton/blob/master/LICENSE.md"}
2+
:description "Spacemacs helps Atom to become a better editor"
3+
:url "https://github.com/dvcrn/proton/"
4+
:license {:name "GPLv3"
5+
:url "https://github.com/dvcrn/proton/blob/master/LICENSE.md"}
66

7-
:dependencies [[org.clojure/clojure "1.7.0"]
8-
[org.clojure/clojurescript "1.7.228"]
9-
[org.clojure/core.async "0.2.374"]]
7+
:dependencies [[org.clojure/clojure "1.7.0"]
8+
[org.clojure/clojurescript "1.7.228"]
9+
[org.clojure/core.async "0.2.374"]]
1010

11-
:source-paths ["src/cljs"]
12-
:profiles {:dev {:source-paths ["src/dev"]
13-
:dependencies [[thheller/shadow-build "1.0.207"]
14-
[thheller/shadow-devtools "0.1.35"]]}})
11+
:source-paths ["src/cljs"]
12+
:profiles {:dev {:source-paths ["src/dev"]
13+
:dependencies [[thheller/shadow-build "1.0.213"]
14+
[thheller/shadow-devtools "0.1.35"]]}})

0 commit comments

Comments
 (0)