Skip to content

Commit

Permalink
Update others
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 1, 2023
1 parent 20b41b5 commit 08f2777
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ buildscript {
}
}
plugins {
id("org.jetbrains.dokka") version "1.8.10" apply false
id("org.jetbrains.dokka") version "1.9.0" apply false
}
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ anotation = "1.6.0"
mockk_android = "1.13.4"
test_runner = "1.5.2"
#sonar
sonar = "4.0.0.2929"
sonar = "4.3.0.3225"
#dokka
dokka = "1.8.10"
dokka = "1.9.0"
#ktlint
ktlint = "11.3.1"
ktlint = "11.5.1"

[libraries]
# Project
Expand Down

0 comments on commit 08f2777

Please sign in to comment.