File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ Nuget reference:
21
21
22
22
Leiningen/Clojars reference:
23
23
24
- [ org.clojure.clr/tools.namespace "1.0.0.2 "]
24
+ [ org.clojure.clr/tools.namespace "1.0.0.3 "]
25
25
26
26
27
27
## Notes on the ported code ##
Original file line number Diff line number Diff line change 1
- (defproject org.clojure.clr /tools.namespace " 1.0.0.2 "
1
+ (defproject org.clojure.clr /tools.namespace " 1.0.0.3 "
2
2
:description " Port of clojure.org/tools.namespace to ClojureCLR"
3
3
:url " https://github.com/clojure/clr.tools.namespace"
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.2.1 " ]]
6
+ :dependencies [[org.clojure.clr/tools.reader " 1.3.2.2 " ]]
7
7
:min-lein-version " 2.0.0"
8
8
:plugins [[lein-clr " 0.2.0" ]]
9
9
:deploy-repositories [[" clojars" {:url " https://clojars.org/repo/"
Original file line number Diff line number Diff line change 17
17
<RepositoryUrl >https://github.com/clojure/clr.tools.reader</RepositoryUrl >
18
18
<Company >ClojureCLR contributors</Company >
19
19
<PackageTags >Clojure;ClojureCLR</PackageTags >
20
- <Version >1.0.0.2 </Version >
20
+ <Version >1.0.0.3 </Version >
21
21
</PropertyGroup >
22
22
<ItemGroup >
23
23
<EmbeddedResource Include =" tools\namespace\dependency.cljc" />
33
33
<Folder Include =" Properties\" />
34
34
</ItemGroup >
35
35
<ItemGroup >
36
- <PackageReference Include =" clr.tools.reader" Version =" 1.3.2.1 " />
36
+ <PackageReference Include =" clr.tools.reader" Version =" 1.3.2.2 " />
37
37
</ItemGroup >
38
38
</Project >
You can’t perform that action at this time.
0 commit comments