File tree 3 files changed +6
-3
lines changed
3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
3
## Unreleased
4
+ ## 5.0.2
5
+ ### Changed
6
+ - Update Kotlin to 2.1.0
4
7
5
8
## 5.0.1
6
9
### Added
Original file line number Diff line number Diff line change @@ -60,10 +60,10 @@ Clikt is distributed through [Maven Central](https://search.maven.org/artifact/c
60
60
61
61
``` kotlin
62
62
dependencies {
63
- implementation(" com.github.ajalt.clikt:clikt:5.0.1 " )
63
+ implementation(" com.github.ajalt.clikt:clikt:5.0.2 " )
64
64
65
65
// optional support for rendering markdown in help messages
66
- implementation(" com.github.ajalt.clikt:clikt-markdown:5.0.1 " )
66
+ implementation(" com.github.ajalt.clikt:clikt-markdown:5.0.2 " )
67
67
}
68
68
```
69
69
Original file line number Diff line number Diff line change 1
- VERSION_NAME =5.0.1
1
+ VERSION_NAME =5.0.2
2
2
3
3
# Silence the compile warning that MPP is experimental
4
4
kotlin.mpp.stability.nowarn =true
You can’t perform that action at this time.
0 commit comments