Skip to content

Commit 444843c

Browse files
Bump kotlinx-coroutines-reactive from 1.3.2 to 1.3.3
Bumps [kotlinx-coroutines-reactive](https://github.com/Kotlin/kotlinx.coroutines) from 1.3.2 to 1.3.3. - [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases) - [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md) - [Commits](Kotlin/kotlinx.coroutines@1.3.2...1.3.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 0dddceb commit 444843c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ dependencies {
3939
compileOnly dependencyVersion("rxjava1.interop")
4040
compileOnly "com.github.ben-manes.caffeine:caffeine:$caffeineVersion"
4141
compileOnly 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.3'
42-
compileOnly 'org.jetbrains.kotlinx:kotlinx-coroutines-reactive:1.3.2'
42+
compileOnly 'org.jetbrains.kotlinx:kotlinx-coroutines-reactive:1.3.3'
4343

4444
testAnnotationProcessor project(":inject-java")
4545
testImplementation 'org.jsr107.ri:cache-ri-impl:1.1.1'

0 commit comments

Comments
 (0)