Skip to content

Commit 08f2777

Browse files
Update others
1 parent 20b41b5 commit 08f2777

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ buildscript {
2121
}
2222
}
2323
plugins {
24-
id("org.jetbrains.dokka") version "1.8.10" apply false
24+
id("org.jetbrains.dokka") version "1.9.0" apply false
2525
}

gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@ anotation = "1.6.0"
4444
mockk_android = "1.13.4"
4545
test_runner = "1.5.2"
4646
#sonar
47-
sonar = "4.0.0.2929"
47+
sonar = "4.3.0.3225"
4848
#dokka
49-
dokka = "1.8.10"
49+
dokka = "1.9.0"
5050
#ktlint
51-
ktlint = "11.3.1"
51+
ktlint = "11.5.1"
5252

5353
[libraries]
5454
# Project

0 commit comments

Comments
 (0)