Skip to content

Commit

Permalink
build(deps): Upgrade kotlin to 1.9.20
Browse files Browse the repository at this point in the history
  • Loading branch information
guicamest committed Nov 5, 2023
1 parent 098088c commit 39d862b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'org.jetbrains.kotlin.jvm' version '1.9.10'
id 'org.jetbrains.kotlin.jvm' version '1.9.20'
id 'java-library'
id 'jvm-test-suite'
id 'jacoco'
Expand Down
2 changes: 1 addition & 1 deletion custom-ktlint-rules/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'org.jetbrains.kotlin.jvm' version '1.9.10'
id 'org.jetbrains.kotlin.jvm' version '1.9.20'
id "org.jlleitschuh.gradle.ktlint" version "11.6.1"
}

Expand Down

0 comments on commit 39d862b

Please sign in to comment.