File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
[versions ]
2
2
kotlin = " 1.9.10"
3
- kotlinCoroutines = " 1.7.3 "
3
+ kotlinCoroutines = " 1.9.0 "
4
4
dependencyUpdates = " 0.51.0"
5
5
6
6
kotlinShell = " 0.2.1"
Original file line number Diff line number Diff line change 3
3
@file:DependsOn(" org.jetbrains.kotlin:kotlin-script-runtime:1.9.10" )
4
4
@file:DependsOn(" org.jetbrains.kotlin:kotlin-main-kts:1.9.10" )
5
5
@file:DependsOn(" org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.10" )
6
- @file:DependsOn(" org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 " )
6
+ @file:DependsOn(" org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 " )
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" )
9
9
@file:DependsOn(" io.ktor:ktor-client-cio-jvm:2.3.4" )
You can’t perform that action at this time.
0 commit comments