Skip to content

Commit

Permalink
Bump kotlin_version from 2.0.0-Beta1 to 2.0.0-Beta2
Browse files Browse the repository at this point in the history
Bumps `kotlin_version` from 2.0.0-Beta1 to 2.0.0-Beta2.

Updates `org.jetbrains.kotlin:kotlin-stdlib-jdk8` from 2.0.0-Beta1 to 2.0.0-Beta2
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v2.0.0-Beta2/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.0.0-Beta1...v2.0.0-Beta2)

Updates `org.jetbrains.kotlin:kotlin-reflect` from 2.0.0-Beta1 to 2.0.0-Beta2
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v2.0.0-Beta2/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.0.0-Beta1...v2.0.0-Beta2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 18, 2023
1 parent e5739b4 commit 2bf1914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ subprojects {
apply plugin: 'maven-publish'
apply plugin: 'jacoco'

ext.kotlin_version = '2.0.0-Beta1'
ext.kotlin_version = '2.0.0-Beta2'

sourceCompatibility = 21
targetCompatibility = 21
Expand Down

0 comments on commit 2bf1914

Please sign in to comment.