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
- 介绍 (v4.0.247 ):
25
+ 介绍 (v4.0.254 ):
26
26
--------
27
27
28
28
这是一个支持颜色和文件输出的日志工具, 理论上颜色输出支持所有支持 ANSI ESC Code 的控制台.
@@ -97,7 +97,7 @@ Maven 导入:
97
97
<dependency >
98
98
<groupId >com.github.hydevelop</groupId >
99
99
<artifactId >HyLogger</artifactId >
100
- <version >4.0.247 </version >
100
+ <version >4.0.254 </version >
101
101
</dependency >
102
102
```
103
103
@@ -124,13 +124,13 @@ allprojects {
124
124
125
125
``` gradle
126
126
dependencies {
127
- implementation 'com.github.hydevelop:HyLogger:4.0.247 '
127
+ implementation 'com.github.hydevelop:HyLogger:4.0.254 '
128
128
}
129
129
```
130
130
131
131
<!-- 每次更新都要手动改这些版本号好烦的_(:з」∠)_... -->
132
132
133
- #### [ 其他导入(SBT / Leiningen)] ( https://jitpack.io/#HyDevelop/HyLogger/4.0.247 )
133
+ #### [ 其他导入(SBT / Leiningen)] ( https://jitpack.io/#HyDevelop/HyLogger/4.0.254 )
134
134
135
135
<br >
136
136
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 >4.0.247 </version >
9
+ <version >4.0.254 </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