Skip to content

Commit 26d7ff4

Browse files
build(deps): bump org.jetbrains.kotlin:kotlin-stdlib-jdk8
Bumps [org.jetbrains.kotlin:kotlin-stdlib-jdk8](https://github.com/JetBrains/kotlin) from 1.4.0 to 2.2.21. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v1.4.0...v2.2.21) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-stdlib-jdk8 dependency-version: 2.2.21 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent fdd21c8 commit 26d7ff4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ide-plugin/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ val targetJvm: String by project
1818
version = "$intellijVersion.3"
1919

2020
dependencies {
21-
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0")
22-
implementation("org.jetbrains.kotlin:kotlin-reflect:1.4.0")
21+
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.2.21")
22+
implementation("org.jetbrains.kotlin:kotlin-reflect:2.2.21")
2323

2424
implementation("io.ktor:ktor-client-core:1.6.8")
2525
implementation("io.ktor:ktor-client-java:1.6.8")

0 commit comments

Comments
 (0)