@@ -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.0 ]
8+ Lastest stable release is [ 1.2.1 ]
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.0 " }
12+ org.clojure/tools.logging {:mvn/version " 1.2.1 " }
1313```
1414
1515Leiningen:
1616
1717``` clojure
18- [org.clojure/tools.logging " 1.2.0 " ]
18+ [org.clojure/tools.logging " 1.2.1 " ]
1919```
2020
2121Maven:
@@ -24,14 +24,14 @@ Maven:
2424<dependency >
2525 <groupId >org.clojure</groupId >
2626 <artifactId >tools.logging</artifactId >
27- <version >1.2.0 </version >
27+ <version >1.2.1 </version >
2828</dependency >
2929```
3030
3131Gradle:
3232
3333``` clojure
34- compile " org.clojure:tools.logging:1.2.0 "
34+ compile " org.clojure:tools.logging:1.2.1 "
3535```
3636
3737
@@ -137,12 +137,12 @@ will end up printing the data map.
137137
138138## License
139139
140- Copyright © 2009 Alex Taggart
140+ Copyright © 2009-2021 Rich Hickey, Alex Taggart, and contributors
141141
142142Licensed under the EPL. (See the file epl.html.)
143143
144144
145- [ 1.2.0 ] : https://github.com/clojure/tools.logging/tree/tools.logging-1.2.0
145+ [ 1.2.1 ] : https://github.com/clojure/tools.logging/tree/tools.logging-1.2.1
146146[ Leiningen example ] : https://github.com/technomancy/leiningen/blob/master/doc/TUTORIAL.md#setting-jvm-options
147147[ SLF4J ] : http://www.slf4j.org/
148148[ Apache Commons Logging ] : https://commons.apache.org/logging
0 commit comments