Skip to content

Commit

Permalink
Bumped dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mpe85 committed Jan 10, 2024
1 parent 3c8fb98 commit 41d5db0
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 @@ -8,9 +8,9 @@ object Versions {
const val KOTEST = "5.8.0"
const val KOTLIN = "1.9.22"
const val KOVER = "0.7.5"
const val KTLINT = "1.1.0"
const val KTLINT_PLUGIN = "12.0.3"
const val MOCKK = "1.13.7"
const val KTLINT = "1.1.1"
const val KTLINT_PLUGIN = "12.1.0"
const val MOCKK = "1.13.9"
const val VERSIONS = "0.50.0"
}

Expand Down

0 comments on commit 41d5db0

Please sign in to comment.