Skip to content

Commit

Permalink
Update Kotlin to 1.4.21
Browse files Browse the repository at this point in the history
  • Loading branch information
ajalt committed Dec 12, 2020
1 parent 33f8a99 commit 47da04a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
- Added `CompletionCommand` and `CliktCommand.completionOption()` that will print an autocomplete script when invoked, as an alternative to using environment variables.

### Changed
- Updated Kotlin to 1.4.20
- Updated Kotlin to 1.4.21
- `@argfiles` now allow line breaks in quoted values, which are included in the value verbatim. You can now end lines with `\` to concatenate them with the follwing line. ([#248](https://github.com/ajalt/clikt/issues/248))

## 3.0.1
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import java.io.ByteArrayOutputStream
val VERSION_NAME: String by project

plugins {
kotlin("jvm").version("1.4.20")
kotlin("jvm").version("1.4.21")
id("org.jetbrains.dokka").version("0.10.1")
}

Expand Down

0 comments on commit 47da04a

Please sign in to comment.