Skip to content

Commit

Permalink
Dependencies - upgrade org.jetbrains.kotlin.jvm to 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hsz committed Jul 6, 2023
1 parent 9137096 commit 1f7f88b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
### Changed
- GitHub Actions: Build workflow refactoring
- Upgrade Gradle Wrapper to `8.2`
- Dependencies - upgrade `org.jetbrains.kotlin.jvm` to `1.9.0`
- Dependencies - upgrade `org.jetbrains.intellij` to `1.14.2`
- Dependencies (GitHub Actions) - upgrade `JetBrains/qodana-action` to `v2023.1.5`

Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ annotations = "24.0.1"

# plugins
dokka = "1.8.10"
kotlin = "1.8.21"
kotlin = "1.9.0"
changelog = "2.1.0"
gradleIntelliJPlugin = "1.14.2"
qodana = "0.1.13"
Expand Down

0 comments on commit 1f7f88b

Please sign in to comment.