File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -25,14 +25,14 @@ This does not support:
25
25
<dependency >
26
26
<groupId >com.github.vertical-blank</groupId >
27
27
<artifactId >sql-formatter</artifactId >
28
- <version >2.0.0 </version >
28
+ <version >2.0.1 </version >
29
29
</dependency >
30
30
```
31
31
32
32
### Gradle
33
33
34
34
``` gradle
35
- implementation 'com.github.vertical-blank:sql-formatter:2.0.0 '
35
+ implementation 'com.github.vertical-blank:sql-formatter:2.0.1 '
36
36
```
37
37
38
38
## Examples
Original file line number Diff line number Diff line change 2
2
<modelVersion >4.0.0</modelVersion >
3
3
<groupId >com.github.vertical-blank</groupId >
4
4
<artifactId >sql-formatter</artifactId >
5
- <version >2.0.0 </version >
5
+ <version >2.0.1 </version >
6
6
<packaging >jar</packaging >
7
7
<name >sql-formatter</name >
8
8
<description >Simple SQL formatter without dependencies.</description >
You can’t perform that action at this time.
0 commit comments