Skip to content

Commit

Permalink
updated dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
benkuly committed Nov 12, 2020
1 parent 2d54372 commit d91a63e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ object Versions {
const val springBoot = "2.3.4.RELEASE" // https://spring.io/projects/spring-boot
const val springDependencyManagement = "1.0.10.RELEASE" // https://github.com/spring-gradle-plugins/dependency-management-plugin/releases
const val springMockk = "2.0.3" // https://github.com/Ninja-Squad/springmockk/releases
const val matrixSDK = "0.4.1.SNAPSHOT" // https://github.com/benkuly/matrix-spring-boot-sdk/releases
const val matrixSDK = "0.4.1.RELEASE" // https://github.com/benkuly/matrix-spring-boot-sdk/releases
const val clikt = "3.0.1" // https://github.com/ajalt/clikt/releases
const val ant = "1.10.9" // https://ant.apache.org/antnews.html
const val libphonenumber = "8.12.12" // https://github.com/google/libphonenumber/releases
Expand Down

0 comments on commit d91a63e

Please sign in to comment.