File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- (defproject org.clojure.clr /tools.namespace " 1.5.1 "
1
+ (defproject org.clojure.clr /tools.namespace " 1.5.2 "
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.4.1 " ]]
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"
Original file line number Diff line number Diff line change 12
12
<AssemblyTitle >clojure.tools.namespace</AssemblyTitle >
13
13
<Authors >ClojureCLR Contributors</Authors >
14
14
<Description >Tools for managing namespaces in ClojureCLR.</Description >
15
- <Copyright >Copyright © Rich Hickey, ClojureCLR Contributors 2023 </Copyright >
15
+ <Copyright >Copyright © Rich Hickey, ClojureCLR Contributors 2024 </Copyright >
16
16
<PackageLicenseExpression >EPL-1.0</PackageLicenseExpression >
17
17
<RepositoryUrl >https://github.com/clojure/clr.tools.namesapce</RepositoryUrl >
18
18
<Company >ClojureCLR contributors</Company >
19
19
<PackageTags >Clojure;ClojureCLR</PackageTags >
20
- <Version >1.5.1 </Version >
20
+ <Version >1.5.2 </Version >
21
21
</PropertyGroup >
22
22
23
23
<ItemGroup >
You can’t perform that action at this time.
0 commit comments