Skip to content

Commit

Permalink
Version 0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
huahaiy committed Jul 15, 2020
1 parent baa1c88 commit d3c02cb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ If you are interested in using the dialect of Datalog pioneered by Datomic®, he

* If you need a simple durable store with a battle tested backend, give [Datalevin](https://github.com/juji-io/datalevin) a try.

Version: 0.1.6
Version: 0.1.8

## License

Expand Down
9 changes: 7 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
(def version "0.1.6")
(def version "0.1.8")

(defproject datalevin version
:description "A port of Datascript to LMDB"
:url "https://github.com/juji-io/datalevin"
:license {:name "EPL-1.0"
:url "https://www.eclipse.org/legal/epl-1.0/"}
:url "https://www.eclipse.org/legal/epl-1.0/"}
:dependencies [[org.clojure/clojure "1.10.1" :scope "provided"]
[persistent-sorted-set "0.1.2"]
[org.lmdbjava/lmdbjava "0.8.1"]
Expand All @@ -14,6 +14,11 @@
[com.taoensso/timbre "4.10.0"]]}}
:jvm-opts ["--add-opens" "java.base/java.nio=ALL-UNNAMED"
"--add-opens" "java.base/sun.nio.ch=ALL-UNNAMED"]

:deploy-repositories [["clojars" {:url "https://repo.clojars.org"
:username :env/clojars_username
:password :env/clojars_password
:sign-releases false}]]
:global-vars {*warn-on-reflection* true
*print-namespace-maps* false
;; *unchecked-math* :warn-on-boxed
Expand Down

0 comments on commit d3c02cb

Please sign in to comment.