Skip to content

Commit

Permalink
Merge pull request #305 from arkivanov/update-kotlin-to-1.3.60
Browse files Browse the repository at this point in the history
Update Kotlin to 1.3.60
  • Loading branch information
CherryPerry authored Nov 21, 2019
2 parents 8890130 + b6403e1 commit 9a5f284
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
buildscript {
ext.reaktive_version = '1.1.0'
ext.reaktive_version = '1.1.1'
ext.reaktive_group_id = 'com.badoo.reaktive'
}

Expand Down
4 changes: 2 additions & 2 deletions buildSrc/buildSrc/src/main/kotlin/Deps.kt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
object Deps {

private const val kotlinVersion = "1.3.50"
private const val coroutinesVersion = "1.3.2"
private const val kotlinVersion = "1.3.60"
private const val coroutinesVersion = "1.3.2-1.3.60"
private const val detektVersion = "1.1.1"

val kotlin = Kotlin
Expand Down

0 comments on commit 9a5f284

Please sign in to comment.