File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
[versions ]
2
- kotlin = " 1.9.10 "
2
+ kotlin = " 1.9.20 "
3
3
kotlinCoroutines = " 1.7.3"
4
4
dependencyUpdates = " 0.48.0"
5
5
Original file line number Diff line number Diff line change 1
1
#! / usr/ bin/ env kotlin
2
2
3
- @file:DependsOn(" org.jetbrains.kotlin:kotlin-script-runtime:1.9.10 " )
4
- @file:DependsOn(" org.jetbrains.kotlin:kotlin-main-kts:1.9.10 " )
5
- @file:DependsOn(" org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.10 " )
3
+ @file:DependsOn(" org.jetbrains.kotlin:kotlin-script-runtime:1.9.20 " )
4
+ @file:DependsOn(" org.jetbrains.kotlin:kotlin-main-kts:1.9.20 " )
5
+ @file:DependsOn(" org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.20 " )
6
6
@file:DependsOn(" org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3" )
7
7
@file:DependsOn(" eu.jrie.jetbrains:kotlin-shell-core:0.2.1" )
8
8
@file:DependsOn(" io.ktor:ktor-client-core-jvm:2.3.4" )
You can’t perform that action at this time.
0 commit comments