Skip to content

Commit

Permalink
⬆️ [Version] Update to version 0.5.1 (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
kittinunf authored Aug 2, 2021
1 parent 0594235 commit 323bce5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions buildSrc/buildSrc/src/main/kotlin/Dependencies.kt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Main libraries
object Kotlin {

private const val version = "1.5.0"
private const val version = "1.5.10"

const val plugin = "org.jetbrains.kotlin:kotlin-gradle-plugin:$version"
}
Expand All @@ -12,7 +12,7 @@ object Android {
const val targetSdkVersion = 30
const val compileSdkVersion = 30

private const val version = "7.0.0-beta03"
private const val version = "7.0.0-rc01"
const val plugin = "com.android.tools.build:gradle:$version"
}

Expand All @@ -25,7 +25,7 @@ object AndroidX {

object Coroutines {

private const val version = "1.5.0-RC-native-mt"
private const val version = "1.5.0-native-mt"

const val core = "org.jetbrains.kotlinx:kotlinx-coroutines-core:$version"
const val test = "org.jetbrains.kotlinx:kotlinx-coroutines-test:$version"
Expand All @@ -49,7 +49,7 @@ object Jacoco {
object Publishing {

const val groupId = "com.github.kittinunf.cored"
const val version = "0.4.0"
const val version = "0.5.1"
}

object GradleNexus {
Expand Down

0 comments on commit 323bce5

Please sign in to comment.