File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,13 +13,13 @@ repositories {
1313
1414dependencies {
1515 " implementation" (kotlin(" stdlib-jdk8" ))
16- " implementation" (" org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.3 " )
16+ " implementation" (" org.jetbrains.kotlinx:kotlinx-coroutines-core:1.4.2 " )
1717}
1818
1919tasks.withType<KotlinCompile >().configureEach {
2020 kotlinOptions {
2121 jvmTarget = " 1.8"
22- apiVersion = " 1.3 "
23- languageVersion = " 1.3 "
22+ apiVersion = " 1.4 "
23+ languageVersion = " 1.4 "
2424 }
2525}
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ const val sentry = "io.sentry:sentry:1.7.29"
44
55object fuel {
66 private const val group = " com.github.kittinunf.fuel"
7- private const val version = " 2.2 .1"
7+ private const val version = " 2.3 .1"
88 const val self = " $group :fuel:$version "
99 const val coroutines = " $group :fuel-coroutines:$version "
1010}
You can’t perform that action at this time.
0 commit comments