Skip to content
This repository has been archived by the owner on Jul 4, 2024. It is now read-only.

fix(deps): update dependency org.jetbrains.kotlin:kotlin-gradle-plugin to v1.9.21 #190

Merged
1 commit merged into from
Dec 20, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
}

val gradleNexusVersion = "1.3.0"
val kotlinVersion = "1.9.0"
val kotlinVersion = "1.9.21"
val ktLintVersion = "11.6.1"
val dokkaVersion = "1.8.20"

Expand Down
Loading