1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2025-05-05 18:34:03 +02:00

Bump org.jetbrains.kotlin:kotlin-stdlib from 1.9.25 to 2.1.0

Bumps [org.jetbrains.kotlin:kotlin-stdlib](https://github.com/JetBrains/kotlin) from 1.9.25 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](https://github.com/JetBrains/kotlin/compare/v1.9.25...v2.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-11-27 15:31:49 +00:00 committed by github-actions[bot]
parent 6ca17ae09d
commit 05f1d7abd7

View File

@ -20,7 +20,7 @@ repositories {
}
dependencies {
compileOnly("org.jetbrains.kotlin:kotlin-stdlib:1.9.25")
compileOnly("org.jetbrains.kotlin:kotlin-stdlib:2.1.0")
implementation("io.ktor:ktor-client-core:3.0.1")
implementation("io.ktor:ktor-client-cio:3.0.1")