From 7625e67dff990a8b6629cacd5b9d2e394481b145 Mon Sep 17 00:00:00 2001 From: Jakub Chrzanowski Date: Wed, 5 Oct 2022 09:26:06 +0200 Subject: [PATCH] CHANGELOG.md: update --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f7171dc..264427e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,10 +8,12 @@ - Enable [Gradle Configuration Cache](https://docs.gradle.org/current/userguide/configuration_cache.html) in `gradle.proeprties` - GitHub Actions - mark the pull request created with _Publish Plugin_ workflow with `release changelog` label - GitHub Actions - send code coverage reports to [CodeCov](https://codecov.io) -- Dependencies - upgrade `org.jetbrains.kotlinx.kover` to `0.6.0` +- Dependencies - upgrade `org.jetbrains.kotlinx.kover` to `0.6.1` ### Changed - Dependencies - upgrade `org.jetbrains.intellij` to `1.9.0` +- Dependencies - upgrade `org.jetbrains.kotlin.jvm` to `1.7.20` +- Dependencies (GitHub Actions) - upgrade `JetBrains/qodana-action` to `v2022.2.2` - Use `file` instead of `projectDir.resolve` in Gradle configuration file ### Fixed