Skip to content

Commit da39add

Browse files
committed
update: Bump fuel and coroutines
1 parent b6e7409 commit da39add

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

buildSrc/src/main/kotlin/commons.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ repositories {
1313

1414
dependencies {
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

1919
tasks.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
}

buildSrc/src/main/kotlin/dependencies.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const val sentry = "io.sentry:sentry:1.7.29"
44

55
object 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
}

0 commit comments

Comments
 (0)