Skip to content

Commit f95238d

Browse files
committed
Upgrade kotlin coroutines to 1.10.1
1 parent 601aee8 commit f95238d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# These need needs to be consistent with their counterparts in build_extensions/axt_deps_versions.bzl.
22
KOTLIN_VERSION = "2.1.0"
3-
KOTLINX_COROUTINES_VERSION = "1.7.1"
3+
KOTLINX_COROUTINES_VERSION = "1.10.1"
44
GRPC_VERSION = "1.68.1"
55
# TODO(brettchabot): make this the same as GRPC_VERSION.
66
# 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

Comments
 (0)