Skip to content

Commit

Permalink
Bump org.jetbrains.kotlin.jvm from 1.9.24 to 2.0.0 (#113)
Browse files Browse the repository at this point in the history
* Bump org.jetbrains.kotlin.jvm from 1.9.24 to 2.0.0

Bumps [org.jetbrains.kotlin.jvm](https://github.com/JetBrains/kotlin) from 1.9.24 to 2.0.0.
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v2.0.0/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.9.24...v2.0.0)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin.jvm
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update gradle.properties

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Stefan M <StefMa@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and StefMa authored Jun 8, 2024
1 parent 61b20f2 commit 422f992
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
kotlin.code.style=official
org.gradle.jvmargs=-Xmx6g
org.gradle.caching=true
kotlin.experimental.tryK2=true
org.gradle.caching=true
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ test-junit = "org.junit.jupiter:junit-jupiter:5.10.2"
test-strikt = "io.strikt:strikt-core:0.34.1"

[plugins]
kotlin = "org.jetbrains.kotlin.jvm:1.9.24"
kotlin = "org.jetbrains.kotlin.jvm:2.0.0"
dokka = "org.jetbrains.dokka:1.9.20"

0 comments on commit 422f992

Please sign in to comment.