File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ {:paths [" src" " examples/src" ]
2+ :deps {org.clojure/clojure {:mvn/version " 1.12.0" }
3+ com.datomic/peer {:mvn/version " 1.0.7075" }
4+ commons-codec/commons-codec {:mvn/version " 1.7" }}
5+ :aliases
6+ {:run {:main-opts [" -m" " datomic.codeq.core" ]}}}
Original file line number Diff line number Diff line change 55 :url " http://www.eclipse.org/legal/epl-v10.html" }
66 :main datomic.codeq.core
77 :plugins [[lein-tar " 1.1.0" ]]
8- :dependencies [[com.datomic/datomic-free " 0.9.4699 " ]
8+ :dependencies [[com.datomic/peer " 1.0.7075 " ]
99 [commons-codec " 1.7" ]
10- [org.clojure/clojure " 1.5.1 " ]]
10+ [org.clojure/clojure " 1.12.0 " ]]
1111 :source-paths [" src" " examples/src" ])
Original file line number Diff line number Diff line change 543543
544544(comment
545545(def uri " datomic:mem://git" )
546- ; ; (def uri "datomic:free ://localhost:4334/git ")
546+ (def uri " datomic:dev ://localhost:4334/codeq-codeq " )
547547(datomic.codeq.core/main uri " c3bd979cfe65da35253b25cb62aad4271430405c" )
548548(datomic.codeq.core/main uri " 20f8db11804afc8c5a1752257d5fdfcc2d131d08" )
549549(datomic.codeq.core/main uri)
You can’t perform that action at this time.
0 commit comments