Skip to content

Commit

Permalink
[api]: Bump the kotlin group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the kotlin group with 2 updates: [org.jetbrains.kotlin:kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) and [org.jetbrains.kotlin:kotlin-allopen](https://github.com/JetBrains/kotlin).


Updates `org.jetbrains.kotlin:kotlin-gradle-plugin` from 2.0.0 to 2.0.10
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.0.0...v2.0.10)

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 10, 2024
1 parent a579e15 commit 2838f15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

buildscript {
dependencies {
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.0")
classpath("org.jetbrains.kotlin:kotlin-allopen:2.0.0")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.10")
classpath("org.jetbrains.kotlin:kotlin-allopen:2.0.10")
classpath("io.objectbox:objectbox-gradle-plugin:4.0.1")
}

Expand Down

0 comments on commit 2838f15

Please sign in to comment.