Skip to content

Commit

Permalink
Chore(deps): Bump jvm from 2.0.0-RC2 to 2.0.0-RC3
Browse files Browse the repository at this point in the history
Bumps [jvm](https://github.com/JetBrains/kotlin) from 2.0.0-RC2 to 2.0.0-RC3.
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v2.0.0-RC3/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.0.0-RC2...v2.0.0-RC3)

---
updated-dependencies:
- dependency-name: jvm
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 10, 2024
1 parent 445a8db commit 5b16806
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 @@ -2,7 +2,7 @@ import org.jetbrains.kotlin.gradle.dsl.KotlinVersion
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

plugins {
kotlin("jvm") version "2.0.0-RC2"
kotlin("jvm") version "2.0.0-RC3"
kotlin("plugin.serialization") version "1.9.24"
id("org.jetbrains.dokka") version "1.9.20"
`maven-publish`
Expand Down

0 comments on commit 5b16806

Please sign in to comment.