We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f38c479 commit fd16e4dCopy full SHA for fd16e4d
1 file changed
README.md
@@ -25,14 +25,14 @@ This does not support:
25
<dependency>
26
<groupId>com.github.vertical-blank</groupId>
27
<artifactId>sql-formatter</artifactId>
28
- <version>2.0.0</version>
+ <version>2.0.1</version>
29
</dependency>
30
```
31
32
### Gradle
33
34
```gradle
35
-implementation 'com.github.vertical-blank:sql-formatter:2.0.0'
+implementation 'com.github.vertical-blank:sql-formatter:2.0.1'
36
37
38
## Examples
0 commit comments