Skip to content

Commit 806ab47

Browse files
author
Holger Brandl
committed
updated build file to latest kotlin version
1 parent 3784cc6 commit 806ab47

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ repositories {
2525
}
2626

2727
buildscript {
28-
ext.kotlin_version = '1.1.4'
28+
ext.kotlin_version = '1.2.30'
2929
repositories {
3030
jcenter()
3131
}

src/main/kotlin/kscript/app/Kscript.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Use '--self-update' to update kscript to the latest version
3939
4040
Options:
4141
-i --interactive Create interactive shell with dependencies as declared in script
42-
-t --text Enable stdin support API for more streamlined text processing
42+
-t --text <version> Enable stdin support API for more streamlined text processing [default: latest]
4343
--idea Open script in temporary Intellij session
4444
-s --silent Suppress status logging to stderr
4545
--package Package script and dependencies into self-dependent binary

0 commit comments

Comments
 (0)