Skip to content

Commit 7a02802

Browse files
committed
Bump infra to use proper bintray endpoints
1 parent 0531d4e commit 7a02802

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ buildscript {
88

99
dependencies {
1010
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
11-
classpath "kotlinx.team:kotlinx.team.infra:0.1.0-dev-14"
11+
classpath "kotlinx.team:kotlinx.team.infra:0.1.0-dev-15"
1212
}
1313
}
1414

plugin/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ buildscript {
66
maven { url "https://dl.bintray.com/orangy/maven" }
77
}
88
dependencies {
9-
classpath "kotlinx.team:kotlinx.team.infra:0.1.0-dev-8"
9+
classpath "kotlinx.team:kotlinx.team.infra:0.1.0-dev-15"
1010
}
1111

1212
}

0 commit comments

Comments
 (0)