Skip to content

Commit 76faca7

Browse files
committed
Fix dependency collision with maven local for 1.9.20-Beta
1 parent d1e5e36 commit 76faca7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

integration-testing/smokeTest/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ plugins {
33
}
44

55
repositories {
6-
// Coroutines from the outer project are published by previous CI buils step
7-
mavenLocal()
86
mavenCentral()
97
maven { url "https://maven.pkg.jetbrains.space/kotlin/p/kotlin/dev" }
108
// This is bootstrap wasm repo, remove it as regular atomic-fu will be published
119
maven { url "https://maven.pkg.jetbrains.space/kotlin/p/wasm/experimental" }
10+
// Coroutines from the outer project are published by previous CI buils step
11+
mavenLocal()
1212
}
1313

1414
kotlin {

0 commit comments

Comments
 (0)