Skip to content

Commit cc81f55

Browse files
chore(deps): bump org.jetbrains.kotlin:kotlin-stdlib (#74)
Bumps [org.jetbrains.kotlin:kotlin-stdlib](https://github.com/JetBrains/kotlin) from 2.1.10 to 2.1.20. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.1.10...v2.1.20) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-stdlib dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9281553 commit cc81f55

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
@@ -5,7 +5,7 @@ group = "io.github.mikaojk"
55
version = System.getenv("NEW_VERSION") ?: "1.0.0"
66

77
val junitJupiterVersion = "5.12.1"
8-
val kotlinVersion = "2.1.10"
8+
val kotlinVersion = "2.1.20"
99
val ktfmtVersion = "0.44"
1010

1111
plugins {

0 commit comments

Comments
 (0)