Skip to content

Commit

Permalink
Bump org.jetbrains.kotlin.jvm from 1.9.24 to 2.0.0 (#381)
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/master/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] <[email protected]>

* adjust test

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jeremy Mailen <[email protected]>
  • Loading branch information
dependabot[bot] and jeremymailen authored Jun 22, 2024
1 parent 121c4d4 commit e08aeae
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
kotlin = "1.9.24"
kotlin = "2.0.0"
ktlint = "1.3.0"
android-tools = "7.3.1"
junit = "5.10.2"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@ internal class EditorConfigTest : WithGradleTest.Kotlin() {
id 'org.jmailen.kotlinter'
}
kotlin {
js {
nodejs()
}
}
kotlinter {
failBuildWhenCannotAutoFormat = true
}
Expand All @@ -46,6 +52,12 @@ internal class EditorConfigTest : WithGradleTest.Kotlin() {
id 'org.jmailen.kotlinter'
}
kotlin {
js {
nodejs()
}
}
kotlinter {
ignoreFailures = true
failBuildWhenCannotAutoFormat = true
Expand Down

0 comments on commit e08aeae

Please sign in to comment.