Skip to content

Commit

Permalink
Use Kotlin 1.6.20 and ksp 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ligi committed Apr 11, 2022
1 parent 74e34a8 commit d871ec4
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 = "1.6.10"
KOTLIN_VERSION = "1.6.20"
KETHEREUM_VERSION = "0.85.7"
}

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("1.6.10-1.0.2")
id("com.google.devtools.ksp").version("1.6.20-1.0.5")
id("maven-publish")
}

Expand Down

0 comments on commit d871ec4

Please sign in to comment.