Skip to content
This repository has been archived by the owner on Jan 29, 2023. It is now read-only.

Commit

Permalink
Update kotlin to 1.3.70 (#299)
Browse files Browse the repository at this point in the history
* Move the rest of deps to buildSrc

* Update kotlin to 1.3.70
  • Loading branch information
vase4kin committed Mar 21, 2020
1 parent d9ab414 commit c7fa34d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ object Libs {
}

object Kotlin {
private const val version = "1.3.50"
private const val version = "1.3.70"
const val stdlib = "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$version"

object Tools {
Expand Down

0 comments on commit c7fa34d

Please sign in to comment.