Skip to content

Commit

Permalink
build(deps): bump kotlin.version from 1.9.0-Beta to 1.9.0-RC
Browse files Browse the repository at this point in the history
Bumps `kotlin.version` from 1.9.0-Beta to 1.9.0-RC.

Updates `kotlin-bom` from 1.9.0-Beta to 1.9.0-RC
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.9.0-RC/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.9.0-Beta...v1.9.0-RC)

Updates `kotlin-maven-allopen` from 1.9.0-Beta to 1.9.0-RC

Updates `kotlin-maven-plugin` from 1.9.0-Beta to 1.9.0-RC

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.jetbrains.kotlin:kotlin-maven-allopen
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.jetbrains.kotlin:kotlin-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 20, 2023
1 parent 758ef62 commit 3bae10c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<!--<maven.compiler.target>${release.version}</maven.compiler.target>-->

<!-- Kotlin Compiler versions -->
<kotlin.version>1.9.0-Beta</kotlin.version>
<kotlin.version>1.9.0-RC</kotlin.version>
<kotlin.compiler.jvmTarget>20</kotlin.compiler.jvmTarget>
<kotlin.compiler.apiVersion>1.9</kotlin.compiler.apiVersion>
<kotlin.compiler.languageVersion>2.0</kotlin.compiler.languageVersion>
Expand Down

0 comments on commit 3bae10c

Please sign in to comment.