Skip to content

Commit

Permalink
update main libs Versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Artem Mochalov committed Nov 23, 2023
1 parent 2e927ad commit 2d361d4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions buildSrc/src/main/kotlin/Dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ import Versions.rxJavaVersion


object Versions {
const val kotlinVersion = "1.6.10"
const val rxJavaVersion = "2.2.18"
const val coroutinesCoreVersion = "1.6.1"
const val kotlinVersion = "1.7.21"
const val rxJavaVersion = "2.2.21"
const val coroutinesCoreVersion = "1.6.4"
const val junitVersion = "5.7.2"
}

Expand Down

0 comments on commit 2d361d4

Please sign in to comment.