Skip to content

Commit 48443a8

Browse files
Bump kotlin.version from 1.9.24 to 2.0.0 (#512)
Bumps `kotlin.version` from 1.9.24 to 2.0.0. Updates `org.jetbrains.kotlin:kotlin-stdlib` from 1.9.24 to 2.0.0 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v2.0.0/ChangeLog.md) - [Commits](JetBrains/kotlin@v1.9.24...v2.0.0) Updates `org.jetbrains.kotlin:kotlin-maven-plugin` from 1.9.24 to 2.0.0 --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-stdlib dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.jetbrains.kotlin:kotlin-maven-plugin dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1791e0a commit 48443a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MiraiMC-Base/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<properties>
1515
<maven.compiler.source>8</maven.compiler.source>
1616
<maven.compiler.target>8</maven.compiler.target>
17-
<kotlin.version>1.9.24</kotlin.version>
17+
<kotlin.version>2.0.0</kotlin.version>
1818
<kotlin.compiler.incremental>true</kotlin.compiler.incremental>
1919
</properties>
2020

0 commit comments

Comments
 (0)