Skip to content

Commit

Permalink
Remove jcenter references (#526)
Browse files Browse the repository at this point in the history
* Remove jcenter

* Update deps
  • Loading branch information
Bencodes authored Apr 25, 2021
1 parent 2bd13d6 commit f695c2e
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 6 deletions.
1 change: 0 additions & 1 deletion examples/android/WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ maven_install(
"com.google.auto.value:auto-value-annotations:1.6.5",
],
repositories = [
"https://jcenter.bintray.com/",
"https://maven.google.com",
"https://repo1.maven.org/maven2",
],
Expand Down
1 change: 0 additions & 1 deletion examples/anvil/WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ maven_install(
"org.jetbrains.kotlin:kotlin-stdlib-jdk7",
],
repositories = [
"https://jcenter.bintray.com/",
"https://maven.google.com",
"https://repo1.maven.org/maven2",
],
Expand Down
1 change: 0 additions & 1 deletion examples/jetpack_compose/WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ maven_install(
"androidx.compose.compiler:compiler:1.0.0-alpha09",
],
repositories = [
"https://jcenter.bintray.com/",
"https://maven.google.com",
"https://repo1.maven.org/maven2",
],
Expand Down
2 changes: 1 addition & 1 deletion examples/node/WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ load("@rules_jvm_external//:defs.bzl", "maven_install")

maven_install(
artifacts = [
"org.jetbrains.kotlinx:atomicfu-js:0.13.1",
"org.jetbrains.kotlinx:atomicfu-js:0.15.2",
"org.jetbrains.kotlinx:kotlinx-coroutines-core-js:1.3.2",
],
repositories = [
Expand Down
3 changes: 1 addition & 2 deletions kotlin/internal/repositories/setup.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def kt_configure():
"javax.annotation:javax.annotation-api:1.3.2",
"javax.inject:javax.inject:1",
"org.pantsbuild:jarjar:1.7.2",
"org.jetbrains.kotlinx:atomicfu-js:0.14.0",
"org.jetbrains.kotlinx:atomicfu-js:0.15.2",
"org.jetbrains.kotlinx:kotlinx-coroutines-core:1.4.2",
"org.jetbrains.kotlinx:kotlinx-coroutines-core-js:1.4.2",
"org.jetbrains.kotlinx:kotlinx-coroutines-test:1.4.2",
Expand All @@ -49,7 +49,6 @@ def kt_configure():
],
repositories = [
"https://maven-central.storage.googleapis.com/repos/central/data/",
"https://jcenter.bintray.com/",
"https://repo1.maven.org/maven2",
],
)
Expand Down

0 comments on commit f695c2e

Please sign in to comment.