File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,26 +19,26 @@ core.unify provides a la carte unification facilities that are not deeply tied i
1919Releases and Dependency Information
2020========================================
2121
22- Latest stable release: 0.7.1
22+ Latest stable release: 0.7.2
2323
2424* [ All Released Versions] ( https://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.clojure%22%20AND%20a%3A%22core.unify%22 )
2525* [ Development Snapshot Versions] ( https://oss.sonatype.org/index.html#nexus-search;gav~org.clojure~core.unify~~~ )
2626
2727[ CLI/` deps.edn ` ] ( https://clojure.org/reference/deps_and_cli ) dependency information:
2828``` clojure
29- org.clojure/core.unify {:mvn/version " 0.7.1 " }
29+ org.clojure/core.unify {:mvn/version " 0.7.2 " }
3030```
3131
3232[ Leiningen] ( https://github.com/technomancy/leiningen ) dependency information:
3333
34- [org.clojure/core.unify "0.7.1 "]
34+ [org.clojure/core.unify "0.7.2 "]
3535
3636[ Maven] ( https://maven.apache.org/ ) dependency information:
3737
3838 <dependency>
3939 <groupId>org.clojure</groupId>
4040 <artifactId>core.unify</artifactId>
41- <version>0.7.1 </version>
41+ <version>0.7.2 </version>
4242 </dependency>
4343
4444
You can’t perform that action at this time.
0 commit comments