File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ RULES_JVM_EXTERNAL_SHA = "b17d7388feb9bfa7f2fa09031b32707df529f26c91ab9e5d909eb1
99
1010# These need needs to be consistent with their counterparts in build_extensions/axt_versions.bzl.
1111KOTLIN_VERSION = "1.7.22"
12+ KOTLINX_COROUTINES_VERSION = "1.6.4" # -> 1.7.1 when KOTLIN_VERSION -> 1.8.20
1213GRPC_VERSION = "1.54.1"
1314
1415# Get from https://github.com/JetBrains/kotlin/releases/
@@ -164,6 +165,7 @@ maven_install(
164165 "org.objenesis:objenesis:2.6" ,
165166 "org.pantsbuild:jarjar:1.7.2" ,
166167 "org.jetbrains.kotlin:kotlin-stdlib:%s" % KOTLIN_VERSION ,
168+ "org.jetbrains.kotlinx:kotlinx-coroutines-core:%s" % KOTLINX_COROUTINES_VERSION ,
167169 "com.google.code.findbugs:jsr305:3.0.2" ,
168170 maven .artifact (
169171 artifact = "robolectric" ,
You can’t perform that action at this time.
0 commit comments