File tree Expand file tree Collapse file tree 3 files changed +1
-8
lines changed
integration-testing/smokeTest Expand file tree Collapse file tree 3 files changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -54,8 +54,6 @@ buildscript {
54
54
maven { url " https://plugins.gradle.org/m2/" }
55
55
CommunityProjectsBuild . addDevRepositoryIfEnabled(delegate, project)
56
56
mavenLocal()
57
- // This is bootstrap wasm repo, remove it as regular atomic-fu will be published
58
- maven { url " https://maven.pkg.jetbrains.space/kotlin/p/wasm/experimental" }
59
57
}
60
58
61
59
dependencies {
@@ -141,8 +139,6 @@ allprojects {
141
139
google()
142
140
mavenCentral()
143
141
CommunityProjectsBuild . addDevRepositoryIfEnabled(delegate, project)
144
- // This is bootstrap wasm repo, remove it as regular atomic-fu will be published
145
- maven { url " https://maven.pkg.jetbrains.space/kotlin/p/wasm/experimental" }
146
142
}
147
143
}
148
144
Original file line number Diff line number Diff line change @@ -10,8 +10,7 @@ kotlin_version=1.9.20
10
10
# Dependencies
11
11
junit_version =4.12
12
12
junit5_version =5.7.0
13
- # TODO: Update version as regular atomic-fu will be published
14
- atomicfu_version =0.22.0-wasm2
13
+ atomicfu_version =0.23.0
15
14
knit_version =0.4.0
16
15
html_version =0.7.2
17
16
lincheck_version =2.18.1
Original file line number Diff line number Diff line change @@ -5,8 +5,6 @@ plugins {
5
5
repositories {
6
6
mavenCentral()
7
7
maven { url " https://maven.pkg.jetbrains.space/kotlin/p/kotlin/dev" }
8
- // This is bootstrap wasm repo, remove it as regular atomic-fu will be published
9
- maven { url " https://maven.pkg.jetbrains.space/kotlin/p/wasm/experimental" }
10
8
// Coroutines from the outer project are published by previous CI buils step
11
9
mavenLocal()
12
10
}
You can’t perform that action at this time.
0 commit comments