Skip to content

Commit

Permalink
chore(deps): update kotlin and detekt
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasfara committed Aug 25, 2023
1 parent 22bb375 commit 1341b02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[versions]
dokka = "1.8.20"
kotlin = "1.8.21"
kotlin = "1.9.0"
kotest = "5.6.2"
ktlint = "11.1.0"
detekt = "1.23.0"
detekt = "1.23.1"

[libraries]
kotest-junit = { module = "io.kotest:kotest-runner-junit5", version.ref = "kotest" }
Expand Down

0 comments on commit 1341b02

Please sign in to comment.