You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: MODULE.bazel
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# These need needs to be consistent with their counterparts in build_extensions/axt_deps_versions.bzl.
2
2
KOTLIN_VERSION="2.1.0"
3
-
KOTLINX_COROUTINES_VERSION="1.7.1"
3
+
KOTLINX_COROUTINES_VERSION="1.10.1"
4
4
GRPC_VERSION="1.68.1"
5
5
# TODO(brettchabot): make this the same as GRPC_VERSION.
6
6
# Tryng to do so results in `external/grpc-java~/okhttp/src/main/java/io/grpc/okhttp/ExceptionHandlingFrameWriter.java:147: error: [strict] Using type okio.Buffer from an indirect dependency (TOOL_INFO: "@maven//:com_squareup_okio_okio_jvm")`
0 commit comments