Skip to content

Commit

Permalink
Update to kotlin 2.0.21 (ethereum-lists#5994)
Browse files Browse the repository at this point in the history
  • Loading branch information
ligi authored Oct 13, 2024
1 parent b8d981f commit 59404ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
buildscript {
ext {
KOTLIN_VERSION = "2.0.10"
KOTLIN_VERSION = "2.0.21"
KETHEREUM_VERSION = "0.86.0"
}

Expand Down
2 changes: 1 addition & 1 deletion model/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id("com.google.devtools.ksp").version("2.0.0-1.0.21")
id("com.google.devtools.ksp").version("2.0.21-1.0.25")
id("maven-publish")
}

Expand Down

0 comments on commit 59404ef

Please sign in to comment.