Skip to content
This repository has been archived by the owner on Apr 3, 2022. It is now read-only.

Commit

Permalink
sys-files update
Browse files Browse the repository at this point in the history
  • Loading branch information
rksm committed Apr 11, 2015
1 parent e20d59f commit 8fa50d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
(defproject org.rksm/cloxp-source-reader "0.1.1"
(defproject org.rksm/cloxp-source-reader "0.1.2-SNAPSHOT"
:description "Source reading, parsing, and querying for cloxp."
:license {:name "MIT License"
:url "http://opensource.org/licenses/MIT"}
:url "http://github.com/cloxp/cloxp-source-reader"
:dependencies [[org.clojure/clojure "1.6.0"]
[org.clojure/tools.reader "0.8.16"]
[org.clojure/tools.analyzer.jvm "0.6.5"]
[org.rksm/system-files "0.1.3"]
[org.rksm/system-files "0.1.4-SNAPSHOT"]
[com.keminglabs/cljx "0.6.0"]])

0 comments on commit 8fa50d7

Please sign in to comment.