Skip to content

Commit 06503b5

Browse files
Bump kotlinVersion from 2.0.20 to 2.1.0
Bumps `kotlinVersion` from 2.0.20 to 2.1.0. Updates `jvm` from 2.0.20 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.20...v2.1.0) Updates `plugin.serialization` from 2.0.20 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.20...v2.1.0) --- updated-dependencies: - dependency-name: jvm dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: plugin.serialization dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1ba255c commit 06503b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
val kotlinVersion = "2.0.20"
2+
val kotlinVersion = "2.1.0"
33
kotlin("jvm") version kotlinVersion
44
kotlin("plugin.serialization") version kotlinVersion
55
application

0 commit comments

Comments
 (0)