@@ -5,17 +5,17 @@ at runtime when the `clojure.tools.logging` namespace is first loaded.
5
5
6
6
## Installation
7
7
8
- Lastest stable release is [ 1.2.3 ]
8
+ Lastest stable release is [ 1.2.4 ]
9
9
10
10
[ CLI/` deps.edn ` ] ( https://clojure.org/reference/deps_and_cli ) dependency information:
11
11
``` clojure
12
- org.clojure/tools.logging {:mvn/version " 1.2.3 " }
12
+ org.clojure/tools.logging {:mvn/version " 1.2.4 " }
13
13
```
14
14
15
15
Leiningen:
16
16
17
17
``` clojure
18
- [org.clojure/tools.logging " 1.2.3 " ]
18
+ [org.clojure/tools.logging " 1.2.4 " ]
19
19
```
20
20
21
21
Maven:
@@ -24,17 +24,10 @@ Maven:
24
24
<dependency >
25
25
<groupId >org.clojure</groupId >
26
26
<artifactId >tools.logging</artifactId >
27
- <version >1.2.3 </version >
27
+ <version >1.2.4 </version >
28
28
</dependency >
29
29
```
30
30
31
- Gradle:
32
-
33
- ``` clojure
34
- compile " org.clojure:tools.logging:1.2.3"
35
- ```
36
-
37
-
38
31
## Usage
39
32
40
33
[ Latest API Documentation] ( https://clojure.github.io/tools.logging )
@@ -137,12 +130,12 @@ will end up printing the data map.
137
130
138
131
## License
139
132
140
- Copyright © 2009-2021 Rich Hickey, Alex Taggart, and contributors
133
+ Copyright © 2009-2022 Rich Hickey, Alex Taggart, and contributors
141
134
142
135
Licensed under the EPL. (See the file epl.html.)
143
136
144
137
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
146
139
[ Leiningen example ] : https://github.com/technomancy/leiningen/blob/master/doc/TUTORIAL.md#setting-jvm-options
147
140
[ SLF4J ] : http://www.slf4j.org/
148
141
[ Apache Commons Logging ] : https://commons.apache.org/logging
0 commit comments