File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,20 +8,20 @@ Tools for writing macros.
8
8
Releases and Dependency Information
9
9
========================================
10
10
11
- Latest stable release: 0.1.5
11
+ Latest stable release: 0.2.0
12
12
13
13
* [ All Released Versions] ( https://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.clojure%22%20AND%20a%3A%22tools.macro%22 )
14
14
15
15
* [ Development Snapshot Versions] ( https://oss.sonatype.org/index.html#nexus-search;gav~org.clojure~tools.macro~~~ )
16
16
17
17
[ CLI/` deps.edn ` ] ( https://clojure.org/reference/deps_and_cli ) dependency information:
18
18
``` clojure
19
- org.clojure/tools.macro {:mvn/version " 0.1.5 " }
19
+ org.clojure/tools.macro {:mvn/version " 0.2.0 " }
20
20
```
21
21
22
22
[ Leiningen] ( https://github.com/technomancy/leiningen ) dependency information:
23
23
24
- [org.clojure/tools.macro "0.1.5 "]
24
+ [org.clojure/tools.macro "0.2.0 "]
25
25
26
26
[ Maven] ( https://maven.apache.org/ ) dependency information:
27
27
You can’t perform that action at this time.
0 commit comments