File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 22
22
<br >
23
23
24
24
<a name =" introduction " ></a >
25
- 介绍 (v2.5.23 ):
25
+ 介绍 (v2.5.24 ):
26
26
--------
27
27
28
28
这是一个支持颜色和文件输出的日志工具, 理论上颜色输出支持所有支持ANSI ESC Code的控制台.
@@ -85,7 +85,7 @@ Maven 导入:
85
85
<dependency >
86
86
<groupId >com.github.hydevelop</groupId >
87
87
<artifactId >HyLogger</artifactId >
88
- <version >2.5.23 </version >
88
+ <version >2.5.24 </version >
89
89
</dependency >
90
90
```
91
91
@@ -112,13 +112,13 @@ allprojects {
112
112
113
113
``` gradle
114
114
dependencies {
115
- implementation 'com.github.hydevelop:HyLogger:2.5.23 '
115
+ implementation 'com.github.hydevelop:HyLogger:2.5.24 '
116
116
}
117
117
```
118
118
119
119
<!-- 每次更新都要手动改这些版本号好烦的_(:з」∠)_... -->
120
120
121
- #### [ 其他导入(SBT / Leiningen)] ( https://jitpack.io/#hydevelop/HyLogger/2.5.23 )
121
+ #### [ 其他导入(SBT / Leiningen)] ( https://jitpack.io/#hydevelop/HyLogger/2.5.24 )
122
122
123
123
<br >
124
124
Original file line number Diff line number Diff line change 6
6
7
7
<groupId >cc.moecraft</groupId >
8
8
<artifactId >HyLogger</artifactId >
9
- <version >2.5.23 </version >
9
+ <version >2.5.24 </version >
10
10
11
11
<properties >
12
12
<maven .compiler.target>1.8</maven .compiler.target>
You can’t perform that action at this time.
0 commit comments