Skip to content

Commit

Permalink
build(deps): bump org.jetbrains.kotlin:kotlin-stdlib-jdk8
Browse files Browse the repository at this point in the history
Bumps [org.jetbrains.kotlin:kotlin-stdlib-jdk8](https://github.com/JetBrains/kotlin) from 1.4.0 to 1.9.24.
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.4.0...v1.9.24)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 13, 2024
1 parent a30dd70 commit e5472cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ide-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ val targetJvm: String by project
version = "$intellijVersion.3"

dependencies {
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0")
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.24")
implementation("org.jetbrains.kotlin:kotlin-reflect:1.4.0")

implementation("io.ktor:ktor-client-core:1.6.8")
Expand Down

0 comments on commit e5472cb

Please sign in to comment.