File tree 2 files changed +10
-4
lines changed
2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -77,14 +77,20 @@ There is a rumor that the middleware design may change in the future.
77
77
78
78
# Releases
79
79
80
+
81
+ [ clj] ( https://clojure.org/guides/getting_started ) dependency information:
82
+ ``` clojure
83
+ io.github.clojure/clr.tools.reader {:git/tag " v0.1.0-alpha2" :git/sha " c1186e3" }
84
+ ```
85
+
80
86
```
81
- PM> Install-Package clojure.tools.nrepl -Version 0.1.0-alpha1
87
+ PM> Install-Package clojure.tools.nrepl -Version 0.1.0-alpha2
82
88
```
83
89
84
90
Leiningen/Clojars reference:
85
91
86
92
```
87
- [org.clojure.clr/tools.nrepl "0.1.0-alpha1 ]
93
+ [org.clojure.clr/tools.nrepl "0.1.0-alpha2 ]
88
94
```
89
95
90
96
Original file line number Diff line number Diff line change 1
- (defproject org.clojure.clr /tools.nrepl " 0.1.0-alpha1 "
1
+ (defproject org.clojure.clr /tools.nrepl " 0.1.0-alpha2 "
2
2
:description " Port of https://github.com/babashka/babashka.nrepl to ClojureCLR"
3
3
:url " https://github.com/clojure/clr.tools.nrepl"
4
4
:license {:name " Eclipse Public License"
5
5
:url " http://www.eclipse.org/legal/epl-v10.html" }
6
- :dependencies [[org.clojure.clr/tools.reader " 1.3.7 " ]]
6
+ :dependencies [[org.clojure.clr/tools.reader " 1.4.2 " ]]
7
7
:source-paths [" src/main/clojure" ]
8
8
:test-paths [" src/test/clojure" ]
9
9
:min-lein-version " 2.0.0"
You can’t perform that action at this time.
0 commit comments