Commit 7c6805d 1 parent f19a39a commit 7c6805d Copy full SHA for 7c6805d
File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ dependencies {
78
78
79
79
js {
80
80
// KT-57235: fix for atomicfu-runtime error
81
- api(" org.jetbrains.kotlin:kotlinx-atomicfu-runtime:1.8.20-RC " )
81
+ api(" org.jetbrains.kotlin:kotlinx-atomicfu-runtime:2.0.255-SNAPSHOT " )
82
82
83
83
implementation(projects.packages.frontend)
84
84
implementation(libs.kotlinx.coroutines.core.js)
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ dependencies {
74
74
75
75
js {
76
76
// KT-57235: fix for atomicfu-runtime error
77
- api(" org.jetbrains.kotlin:kotlinx-atomicfu-runtime:2.0.0-Beta3 " )
77
+ api(" org.jetbrains.kotlin:kotlinx-atomicfu-runtime:2.0.255-SNAPSHOT " )
78
78
}
79
79
}
80
80
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ dependencies {
82
82
83
83
js {
84
84
// KT-57235: fix for atomicfu-runtime error
85
- api(" org.jetbrains.kotlin:kotlinx-atomicfu-runtime:1.8.20-RC " )
85
+ api(" org.jetbrains.kotlin:kotlinx-atomicfu-runtime:2.0.255-SNAPSHOT " )
86
86
api(kotlin(" stdlib-js" ))
87
87
api(kotlin(" test" ))
88
88
api(libs.kotlinx.coroutines.test)
You can’t perform that action at this time.
0 commit comments