Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/root' into root
Browse files Browse the repository at this point in the history
  • Loading branch information
weblate committed Feb 22, 2024
2 parents ad45e26 + 35a1536 commit cc9f19b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies {
implementation("com.github.ben-manes", "gradle-versions-plugin", "0.50.0")
implementation("com.github.jakemarsden", "git-hooks-gradle-plugin", "0.0.2")
implementation("com.google.devtools.ksp", "com.google.devtools.ksp.gradle.plugin", "1.9.22-1.0.17")
implementation("io.gitlab.arturbosch.detekt", "detekt-gradle-plugin", "1.23.4")
implementation("io.gitlab.arturbosch.detekt", "detekt-gradle-plugin", "1.23.5")
implementation("org.jetbrains.dokka", "dokka-gradle-plugin", "1.9.10")

implementation(gradleApi())
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
detekt = "1.23.4" # Note: Plugin versions must be updated in buildSrc/build.gradle.kts
detekt = "1.23.5" # Note: Plugin versions must be updated in buildSrc/build.gradle.kts
dokka = "1.9.10" # Note: Plugin versions must be updated in buildSrc/build.gradle.kts
kotlin = "1.9.22" # Note: Plugin versions must be updated in buildSrc/build.gradle.kts

Expand Down

0 comments on commit cc9f19b

Please sign in to comment.