Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 8938fe2

Browse files
dependabot[bot]marcelmay
authored andcommittedNov 30, 2024·
Bump kotlin.version from 2.0.21 to 2.1.0
Bumps `kotlin.version` from 2.0.21 to 2.1.0. Updates `org.jetbrains.kotlin:kotlin-bom` from 2.0.21 to 2.1.0 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v2.1.0/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.0.21...v2.1.0) Updates `org.jetbrains.kotlin:kotlin-maven-plugin` from 2.0.21 to 2.1.0 --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-bom dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.jetbrains.kotlin:kotlin-maven-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2d7487d commit 8938fe2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
<properties>
2929
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
30-
<kotlin.version>2.0.21</kotlin.version>
30+
<kotlin.version>2.1.0</kotlin.version>
3131
<dokka.version>1.9.20</dokka.version>
3232
<kotlin.code.style>official</kotlin.code.style>
3333
</properties>

0 commit comments

Comments
 (0)
Please sign in to comment.