Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: Dependencies updates [2021-01-04] #1449

Merged
merged 2 commits into from
Jan 4, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ object Versions {
const val DEX_TEST_PARSER = "2.2.1"

// match to Tools -> Kotlin -> Configure Kotlin Plugin Updates -> Update Channel: Stable
const val KOTLIN = "1.4.21"
const val KOTLIN = "1.4.21-2"

// https://github.com/Kotlin/kotlinx.coroutines/releases
const val KOTLIN_COROUTINES = "1.4.2"
Expand Down Expand Up @@ -78,7 +78,7 @@ object Versions {
// https://github.com/mockk/mockk
// For now we need to keep version with jdk8 suffix
// https://github.com/mockk/mockk/pull/540
const val MOCKK = "1.10.3-jdk8"
const val MOCKK = "1.10.4"

// https://commons.apache.org/proper/commons-text/
const val COMMON_TEXT = "1.9"
Expand Down