Skip to content

Commit

Permalink
updated Versions.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
benkuly committed Aug 31, 2020
1 parent 23a7211 commit d3c58d6
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
object Versions {
const val kotlin = "1.3.72"
const val kotlinxCoroutines = "1.3.7"
const val kotlin = "1.4.0"
const val kotlinxCoroutines = "1.3.9"
const val kotlinRetry = "1.0.5"
const val springBoot = "2.3.1.RELEASE"
const val springBoot = "2.3.3.RELEASE"
const val springDependencyManagement = "1.0.9.RELEASE"
const val springMockk = "2.0.1"
const val springMockk = "2.0.3"
const val matrixSDK = "0.3.1.RELEASE"
const val clikt = "2.7.1"
const val clikt = "2.8.0"
const val ant = "1.10.8"
const val libphonenumber = "8.12.5"
const val neo4jrx = "1.1.0"
const val testcontainers = "1.14.1"
const val libphonenumber = "8.12.8"
const val testcontainers = "1.14.3"
const val neo4jrx = "1.1.1" // TODO deprecated
}

0 comments on commit d3c58d6

Please sign in to comment.