1
0
mirror of https://github.com/square/okhttp.git synced 2025-07-31 05:04:26 +03:00

Dependency bumps (#8611)

This commit is contained in:
Yuri Schimke
2024-12-08 14:59:35 +00:00
committed by GitHub
parent db1776e023
commit e1da8bc50e
8 changed files with 30 additions and 23 deletions

View File

@ -14,6 +14,8 @@
* limitations under the License.
*
*/
@file:OptIn(ExperimentalCoroutinesApi::class)
package okhttp3.coroutines
import assertk.assertThat
@ -25,6 +27,7 @@ import kotlin.test.assertFailsWith
import kotlin.time.Duration.Companion.seconds
import kotlinx.coroutines.CancellationException
import kotlinx.coroutines.Dispatchers
import kotlinx.coroutines.ExperimentalCoroutinesApi
import kotlinx.coroutines.TimeoutCancellationException
import kotlinx.coroutines.coroutineScope
import kotlinx.coroutines.job