We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59b4603 commit a28953aCopy full SHA for a28953a
README.md
@@ -60,7 +60,7 @@ Clikt is distributed through [Maven Central](https://search.maven.org/artifact/c
60
61
```groovy
62
dependencies {
63
- implementation("com.github.ajalt.clikt:clikt:3.5.4")
+ implementation("com.github.ajalt.clikt:clikt:4.0.0")
64
}
65
```
66
gradle.properties
@@ -1,4 +1,4 @@
1
-VERSION_NAME=4.0.0-RC
+VERSION_NAME=4.0.0
2
3
# Silence the compile warning that MPP is experimental
4
kotlin.mpp.stability.nowarn=true
0 commit comments