Skip to content

Commit 5fa284f

Browse files
Fix issue with lein deploy
- More info: technomancy/leiningen#1890
1 parent f9913ff commit 5fa284f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

project.clj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
[com.taoensso/sente "1.8.1"]
2020
[re-frame "0.7.0"]
2121
[cljsjs/react-grid-layout "0.12.4-0"]]
22+
:deploy-repositories [["releases" :clojars]
23+
["snapshots" :clojars]]
2224

2325
:plugins [[lein-cljsbuild "1.1.1"]
2426
[lein-environ "1.0.1"]]

0 commit comments

Comments
 (0)