Skip to content

Commit

Permalink
build: upgrade gradle to 8.4.
Browse files Browse the repository at this point in the history
dependency: upgrade kotlin to 1.9.10.
  • Loading branch information
xiaodongw committed Nov 7, 2023
1 parent 2694692 commit c66a388
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# https://docs.gradle.org/current/userguide/platforms.html#sub:conventional-dependencies-toml

[versions]
kotlin = "1.8.21"
dokka = "1.8.10"
kotlin = "1.9.10"
dokka = "1.9.10"
kotlinx-coroutines = "1.6.4"
vertx = "4.4.1"
protobuf = "3.22.3"
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
networkTimeout=10000
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit c66a388

Please sign in to comment.