Skip to content

Commit

Permalink
Coroutines 1.7.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
ychescale9 committed May 6, 2023
1 parent eddc17b commit 6d71dae
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package io.github.reactivecircus.cache4k

import kotlinx.coroutines.ExperimentalCoroutinesApi
import kotlinx.coroutines.test.runTest
import kotlin.test.Test
import kotlin.test.assertEquals
Expand All @@ -9,7 +8,6 @@ import kotlin.test.assertNull
import kotlin.time.Duration.Companion.minutes
import kotlin.time.Duration.Companion.nanoseconds

@OptIn(ExperimentalCoroutinesApi::class)
class CacheLoaderTest {

private val fakeTimeSource = FakeTimeSource()
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
package io.github.reactivecircus.cache4k

import kotlinx.coroutines.Dispatchers
import kotlinx.coroutines.ExperimentalCoroutinesApi
import kotlinx.coroutines.launch
import kotlinx.coroutines.test.runTest
import org.junit.jupiter.api.RepeatedTest
import kotlin.time.Duration.Companion.seconds

@OptIn(ExperimentalCoroutinesApi::class)
class JvmConcurrencyTest {

private val fakeTimeSource = FakeTimeSource()
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ binaryCompabilityValidator = "0.13.1"
toolchainsResolver = "0.4.0"
detekt = "1.22.0"
mavenPublish = "0.25.2"
coroutines = "1.6.4"
coroutines = "1.7.0"
atomicfu = "0.20.2"
lincheck = "2.17"
statelyIso = "1.2.5"
Expand Down

0 comments on commit 6d71dae

Please sign in to comment.