Skip to content

Commit

Permalink
Bump org.jetbrains.kotlin:kotlin-stdlib from 2.0.20 to 2.0.21 (#62)
Browse files Browse the repository at this point in the history
Bumps [org.jetbrains.kotlin:kotlin-stdlib](https://github.com/JetBrains/kotlin) from 2.0.20 to 2.0.21.
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v2.0.21/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.0.20...v2.0.21)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-stdlib
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 10, 2024
1 parent bb37d1b commit 7f37a6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ group = "io.github.mikaojk"
version = "1.0.0"

val junitJupiterVersion = "5.11.2"
val kotlinVersion = "2.0.20"
val kotlinVersion = "2.0.21"
val ktfmtVersion = "0.44"
val javaVersion = JavaVersion.VERSION_21

Expand Down

0 comments on commit 7f37a6b

Please sign in to comment.