Skip to content

Commit

Permalink
update clj, cljs, strf & color dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Oct 1, 2015
1 parent a5658cf commit 162b1e1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/config.org
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@ target/test-classes
**** [[https://github.com/clojure/clojure][Clojure]]
#+NAME: dep-clj
#+BEGIN_SRC clojure
[org.clojure/clojure "1.7.0-RC2"]
[org.clojure/clojure "1.7.0"]
#+END_SRC

**** [[https://github.com/clojure/clojurescript][ClojureScript]]
#+NAME: dep-cljs
#+BEGIN_SRC clojure
[org.clojure/clojurescript "0.0-3308"]
[org.clojure/clojurescript "1.7.122"]
#+END_SRC

**** [[https://github.com/thi-ng/common/][thi.ng/common]]
Expand All @@ -66,13 +66,13 @@ target/test-classes
**** [[https://github.com/thi-ng/strf][thi.ng/strf]]
#+NAME: dep-strf
#+BEGIN_SRC clojure
[thi.ng/strf "0.1.0"]
[thi.ng/strf "0.2.1"]
#+END_SRC

**** [[https://github.com/thi-ng/color/][thi.ng/color]]
#+NAME: dep-color
#+BEGIN_SRC clojure
[thi.ng/color "0.3.1"]
[thi.ng/color "1.0.0-SNAPSHOT"]
#+END_SRC

**** [[https://github.com/thi-ng/typedarrays/][thi.ng/typedarrays]]
Expand Down

0 comments on commit 162b1e1

Please sign in to comment.