File tree 3 files changed +5
-6
lines changed
3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
3
## [ Unreleased]
4
+
5
+ ## [ 1.3.0] - 2018-06-23
4
6
### Added
5
7
- ` defaultLazy ` extension for options and arguments
6
8
Original file line number Diff line number Diff line change @@ -76,16 +76,13 @@ them with the included [`runsample` script](runsample).
76
76
77
77
## Installation
78
78
79
- Clikt is distributed with
79
+ Clikt is distributed through Maven Central,
80
80
[ Jcenter] ( https://bintray.com/ajalt/maven/clikt ) and
81
81
[ Jitpack] ( https://jitpack.io/#ajalt/clikt ) .
82
82
83
- Make sure one either jcenter or jitpack is included in your repository
84
- list, then you can add Clikt to your project:
85
-
86
83
``` groovy
87
84
dependencies {
88
- compile 'com.github.ajalt:clikt:1.2 .0'
85
+ implementation 'com.github.ajalt:clikt:1.3 .0'
89
86
}
90
87
```
91
88
Original file line number Diff line number Diff line change 1
1
GROUP =com.github.ajalt
2
- VERSION_NAME =1.2 .0
2
+ VERSION_NAME =1.3 .0
You can’t perform that action at this time.
0 commit comments