We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5aefda commit 45f6721Copy full SHA for 45f6721
deps.edn
@@ -1,5 +1,5 @@
1
{:deps
2
- {org.clojars.tiensonqin/persistent-sorted-set {:mvn/version "0.1.1"}
+ {org.clojars.tiensonqin/persistent-sorted-set {:mvn/version "0.1.2"}
3
io.github.tonsky/extend-clj {:mvn/version "0.1.0"}}
4
5
:aliases
project.clj
@@ -8,7 +8,7 @@
8
9
:dependencies [[org.clojure/clojure "1.10.2" :scope "provided"]
10
[org.clojure/clojurescript "1.10.844" :scope "provided"]
11
- [org.clojars.tiensonqin/persistent-sorted-set "0.0.6"]
+ [org.clojars.tiensonqin/persistent-sorted-set "0.1.2"]
12
[io.github.tonsky/extend-clj "0.1.0"]]
13
14
:plugins [[lein-cljsbuild "1.1.7"]]
0 commit comments