Skip to content

Commit

Permalink
chore: Upgrade Kotlin to 1.8.22
Browse files Browse the repository at this point in the history
  • Loading branch information
rholshausen committed Aug 18, 2023
1 parent 91c29ef commit 017fc6c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion buildSrc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repositories {
}

dependencies {
implementation 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.21'
implementation 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.22'
implementation 'io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.21.0'
implementation 'org.jetbrains.dokka:dokka-gradle-plugin:1.8.10'
implementation 'org.apache.commons:commons-text:1.5'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ repositories {
}

version = '4.6.2'
version = '4.5.9'

java {
targetCompatibility = '17'
Expand Down

0 comments on commit 017fc6c

Please sign in to comment.