Skip to content

Commit

Permalink
build: 更新依赖版本
Browse files Browse the repository at this point in the history
0. gradle升级到8.8
1. exposed升级到0.55.0
2. kotlin升级到2.0.20
3. ktor升级到2.3.12
  • Loading branch information
nullaqua committed Oct 4, 2024
1 parent 33f9219 commit eba36c7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ val swagger_ui_version: String by project
val schema_kenerator_version: String by project

plugins {
kotlin("jvm") version "2.0.10"
kotlin("plugin.serialization") version "2.0.10"
id("io.ktor.plugin") version "2.3.11"
kotlin("jvm") version "2.0.20"
kotlin("plugin.serialization") version "2.0.20"
id("io.ktor.plugin") version "2.3.12"
}

group = "subit"
Expand Down
4 changes: 1 addition & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
ktor_version=2.3.11
kotlin_version=2.0.0
logback_version=1.5.6
kotlin.code.style=official
exposed_version=0.53.0
exposed_version=0.55.0
hikaricp_version = 5.1.0
koin_version=3.5.6
jline_version=3.26.2
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit eba36c7

Please sign in to comment.