1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2025-04-18 16:15:47 +02:00

Bump com.dorongold.task-tree from 4.0.0 to 4.0.1

Bumps com.dorongold.task-tree from 4.0.0 to 4.0.1.

---
updated-dependencies:
- dependency-name: com.dorongold.task-tree
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-03-12 15:31:41 +00:00 committed by github-actions[bot]
parent 5b8469c276
commit f8592a85f7

View File

@ -72,7 +72,7 @@ plugins {
id("org.jetbrains.intellij.platform") version "2.2.2-SNAPSHOT"
id("org.jetbrains.changelog") version "2.2.1"
id("org.jetbrains.kotlinx.kover") version "0.6.1"
id("com.dorongold.task-tree") version "4.0.0"
id("com.dorongold.task-tree") version "4.0.1"
id("com.google.devtools.ksp") version "2.0.21-1.0.25"
}