Skip to content

Commit

Permalink
New version to drop references to dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
Paula Gearon committed Sep 8, 2020
1 parent 79ee295 commit c825e32
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject org.clojars.quoll/asami "1.2.4"
(defproject org.clojars.quoll/asami "1.2.5"
:description "An in memory graph store for Clojure and ClojureScript"
:url "http://github.com/threatgrid/asami"
:license {:name "Eclipse Public License"
Expand Down
2 changes: 1 addition & 1 deletion test/asami/test_planner.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
simplify-algebra]]
[asami.query] ;; required, as this defines the HasVars protocol for objects
[asami.graph :refer [Graph resolve-triple]]
[naga.storage.store-util :refer [matching-vars]]
[zuko.projection :refer [matching-vars]]
[schema.core :as s]
#?(:clj [clojure.test :refer [is use-fixtures testing]]
:cljs [clojure.test :refer-macros [is run-tests use-fixtures testing]])
Expand Down
2 changes: 1 addition & 1 deletion test/asami/test_query_internals.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[asami.internal :as internal]
[zuko.util :as u]
[zuko.schema :refer [vartest?]]
[naga.storage.store-util :refer [matching-vars project]]
[zuko.projection :refer [matching-vars project]]
[schema.core :as s]
#?(:clj [clojure.test :refer [is use-fixtures testing]]
:cljs [clojure.test :refer-macros [is run-tests use-fixtures testing]])
Expand Down

0 comments on commit c825e32

Please sign in to comment.