Skip to content

Commit

Permalink
Merge pull request #1152 from KyoriPowered/chore/bump-kotlin-langver
Browse files Browse the repository at this point in the history
chore(deps): Bump kotlin language + plugin version
  • Loading branch information
zml2008 authored Jan 4, 2025
2 parents 4e576ca + b4b4c13 commit ab88e94
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion extra-kotlin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ kotlin {
compilerOptions {
jvmTarget = JvmTarget.JVM_1_8
@Suppress("DEPRECATION")
languageVersion = KotlinVersion.KOTLIN_1_4
languageVersion = KotlinVersion.KOTLIN_1_6
}
}

Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,5 @@ zJmh = { module = "org.openjdk.jmh:jmh-core", version.ref = "jmh" }
[plugins]
indra-sonatype = { id = "net.kyori.indra.publishing.sonatype", version.ref = "indra" }
jmh = { id = "me.champeau.jmh", version.ref = "jmhPlugin" }
kotlin = "org.jetbrains.kotlin.jvm:2.0.21"
kotlin = "org.jetbrains.kotlin.jvm:2.1.0"
nexusPublish = { id = "io.github.gradle-nexus.publish-plugin", version = "2.0.0" }
3 changes: 1 addition & 2 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
],
"ignoreDeps": [
"com.google.code.gson:gson",
"org.slf4j:slf4j-api",
"org.jetbrains.kotlin.jvm"
"org.slf4j:slf4j-api"
],
"packageRules": [
{
Expand Down

0 comments on commit ab88e94

Please sign in to comment.