We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2721eba commit 8f788fdCopy full SHA for 8f788fd
gradle/libs.versions.toml
@@ -31,7 +31,7 @@ googleJavaFormat = { id = "com.github.sherter.google-java-format", version = "0.
31
androidPlugin = { module = "com.android.tools.build:gradle", version = "4.2.2" }
32
robovmPlugin = { module = "com.mobidevelop.robovm:robovm-gradle-plugin", version.ref = "robovm" }
33
kotlinStdLib = { module = "org.jetbrains.kotlin:kotlin-stdlib", version.ref = "kotlin" }
34
-kotlinCoroutines = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version = "1.7.2" }
+kotlinCoroutines = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version = "1.7.3" }
35
okhttp = { module = "com.squareup.okhttp3:okhttp", version.ref = "okhttp" }
36
mockwebserver = { module = "com.squareup.okhttp3:mockwebserver", version.ref = "okhttp" }
37
junit = { module = "junit:junit", version = "4.13.2" }
0 commit comments