We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2eb425 commit 81a6d7dCopy full SHA for 81a6d7d
project.clj
@@ -3,7 +3,7 @@
3
:url "https://github.com/clojure/clr.tools.namespace"
4
:license {:name "Eclipse Public License"
5
:url "http://www.eclipse.org/legal/epl-v10.html"}
6
- :dependencies [[org.clojure.clr/tools.reader "1.3.4.1"]]
+ :dependencies [[org.clojure.clr/tools.reader "1.3.6"]]
7
:min-lein-version "2.0.0"
8
:plugins [[lein-clr "0.2.0"]]
9
:deploy-repositories [["clojars" {:url "https://clojars.org/repo/"
src/clojure/clojure.tools.namespace.csproj
@@ -33,6 +33,6 @@
33
<Folder Include="Properties\" />
34
</ItemGroup>
35
<ItemGroup>
36
- <PackageReference Include="clr.tools.reader" Version="1.3.4.1" />
+ <PackageReference Include="clr.tools.reader" Version="1.3.6" />
37
38
</Project>
0 commit comments