Skip to content
This repository has been archived by the owner on Oct 20, 2023. It is now read-only.

Commit

Permalink
Merge pull request #576 from StarWishsama/renovate/kotlin-monorepo
Browse files Browse the repository at this point in the history
fix(deps): update kotlin monorepo to v1.9.0
  • Loading branch information
StarWishsama committed Aug 12, 2023
2 parents 6031749 + a5cf56c commit aa963c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ repositories {
}

dependencies {
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.10")
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.0")
implementation("com.github.gmazzo:gradle-buildconfig-plugin:3.1.0")
implementation("gradle.plugin.com.github.johnrengelman:shadow:7.1.2")
}
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
kotlin = "1.8.10"
kotlin = "1.9.0"
hutool = "5.8.16"
mirai = "2.15.0-M1"
exposed = "0.41.1"
Expand Down

0 comments on commit aa963c9

Please sign in to comment.