Skip to content

Commit b959381

Browse files
committed
Remove experimental repo and update atomicfu to 0.23.0
1 parent 432af04 commit b959381

File tree

3 files changed

+1
-8
lines changed

3 files changed

+1
-8
lines changed

build.gradle

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,6 @@ buildscript {
5454
maven { url "https://plugins.gradle.org/m2/" }
5555
CommunityProjectsBuild.addDevRepositoryIfEnabled(delegate, project)
5656
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" }
5957
}
6058

6159
dependencies {
@@ -141,8 +139,6 @@ allprojects {
141139
google()
142140
mavenCentral()
143141
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" }
146142
}
147143
}
148144

gradle.properties

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ kotlin_version=1.9.20
1010
# Dependencies
1111
junit_version=4.12
1212
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
1514
knit_version=0.4.0
1615
html_version=0.7.2
1716
lincheck_version=2.18.1

integration-testing/smokeTest/build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ plugins {
55
repositories {
66
mavenCentral()
77
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" }
108
// Coroutines from the outer project are published by previous CI buils step
119
mavenLocal()
1210
}

0 commit comments

Comments
 (0)