diff --git a/deps.edn b/deps.edn new file mode 100644 index 0000000..3cee7a6 --- /dev/null +++ b/deps.edn @@ -0,0 +1,6 @@ +{:paths ["src" "examples/src"] + :deps {org.clojure/clojure {:mvn/version "1.12.0"} + com.datomic/peer {:mvn/version "1.0.7075"} + commons-codec/commons-codec {:mvn/version "1.7"}} + :aliases + {:run {:main-opts ["-m" "datomic.codeq.core"]}}} \ No newline at end of file diff --git a/project.clj b/project.clj index 1ce950d..6ca93d3 100644 --- a/project.clj +++ b/project.clj @@ -5,7 +5,7 @@ :url "http://www.eclipse.org/legal/epl-v10.html"} :main datomic.codeq.core :plugins [[lein-tar "1.1.0"]] - :dependencies [[com.datomic/datomic-free "0.9.4699"] + :dependencies [[com.datomic/peer "1.0.7075"] [commons-codec "1.7"] - [org.clojure/clojure "1.5.1"]] + [org.clojure/clojure "1.12.0"]] :source-paths ["src" "examples/src"]) diff --git a/src/datomic/codeq/core.clj b/src/datomic/codeq/core.clj index ef83b45..2a64cb5 100644 --- a/src/datomic/codeq/core.clj +++ b/src/datomic/codeq/core.clj @@ -543,7 +543,7 @@ (comment (def uri "datomic:mem://git") -;;(def uri "datomic:free://localhost:4334/git") +(def uri "datomic:dev://localhost:4334/codeq-codeq") (datomic.codeq.core/main uri "c3bd979cfe65da35253b25cb62aad4271430405c") (datomic.codeq.core/main uri "20f8db11804afc8c5a1752257d5fdfcc2d131d08") (datomic.codeq.core/main uri)