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 11[versions ]
2- kotlin = " 1.9.10 "
2+ kotlin = " 2.1.0 "
33kotlinCoroutines = " 1.7.3"
44dependencyUpdates = " 0.51.0"
55
Original file line number Diff line number Diff line change 11#! / usr/ bin/ env kotlin
22
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:2.1.0 " )
4+ @file:DependsOn(" org.jetbrains.kotlin:kotlin-main-kts:2.1.0 " )
5+ @file:DependsOn(" org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.1.0 " )
66@file:DependsOn(" org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3" )
77@file:DependsOn(" eu.jrie.jetbrains:kotlin-shell-core:0.2.1" )
88@file:DependsOn(" io.ktor:ktor-client-core-jvm:2.3.4" )
You can’t perform that action at this time.
0 commit comments