@@ -5,17 +5,17 @@ at runtime when the `clojure.tools.logging` namespace is first loaded.
55
66## Installation
77
8- Lastest stable release is [ 1.2.3 ]
8+ Lastest stable release is [ 1.2.4 ]
99
1010[ CLI/` deps.edn ` ] ( https://clojure.org/reference/deps_and_cli ) dependency information:
1111``` clojure
12- org.clojure/tools.logging {:mvn/version " 1.2.3 " }
12+ org.clojure/tools.logging {:mvn/version " 1.2.4 " }
1313```
1414
1515Leiningen:
1616
1717``` clojure
18- [org.clojure/tools.logging " 1.2.3 " ]
18+ [org.clojure/tools.logging " 1.2.4 " ]
1919```
2020
2121Maven:
@@ -24,17 +24,10 @@ Maven:
2424<dependency >
2525 <groupId >org.clojure</groupId >
2626 <artifactId >tools.logging</artifactId >
27- <version >1.2.3 </version >
27+ <version >1.2.4 </version >
2828</dependency >
2929```
3030
31- Gradle:
32-
33- ``` clojure
34- compile " org.clojure:tools.logging:1.2.3"
35- ```
36-
37-
3831## Usage
3932
4033[ Latest API Documentation] ( https://clojure.github.io/tools.logging )
@@ -137,12 +130,12 @@ will end up printing the data map.
137130
138131## License
139132
140- Copyright © 2009-2021 Rich Hickey, Alex Taggart, and contributors
133+ Copyright © 2009-2022 Rich Hickey, Alex Taggart, and contributors
141134
142135Licensed under the EPL. (See the file epl.html.)
143136
144137
145- [ 1.2.3 ] : https://github.com/clojure/tools.logging/tree/v1.2.3
138+ [ 1.2.4 ] : https://github.com/clojure/tools.logging/tree/v1.2.4
146139[ Leiningen example ] : https://github.com/technomancy/leiningen/blob/master/doc/TUTORIAL.md#setting-jvm-options
147140[ SLF4J ] : http://www.slf4j.org/
148141[ Apache Commons Logging ] : https://commons.apache.org/logging
0 commit comments