Skip to content

Commit 3bae10c

Browse files
build(deps): bump kotlin.version from 1.9.0-Beta to 1.9.0-RC
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] <[email protected]>
1 parent 758ef62 commit 3bae10c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<!--<maven.compiler.target>${release.version}</maven.compiler.target>-->
3030

3131
<!-- Kotlin Compiler versions -->
32-
<kotlin.version>1.9.0-Beta</kotlin.version>
32+
<kotlin.version>1.9.0-RC</kotlin.version>
3333
<kotlin.compiler.jvmTarget>20</kotlin.compiler.jvmTarget>
3434
<kotlin.compiler.apiVersion>1.9</kotlin.compiler.apiVersion>
3535
<kotlin.compiler.languageVersion>2.0</kotlin.compiler.languageVersion>

0 commit comments

Comments
 (0)