From a27cea593b375ca60533e4e5c5cb11209a56512e Mon Sep 17 00:00:00 2001 From: mikaello <2505178+mikaello@users.noreply.github.com> Date: Sat, 16 May 2026 23:00:43 +0200 Subject: [PATCH] chore(kotlinc): bump installsAfter common-utils to v2 `common-utils:1` is the older major; the `.devcontainer.json` in this repo already pulls in `common-utils:2`. Update `installsAfter` so the ordering hint actually matches the version users are pulling in. --- src/kotlinc/devcontainer-feature.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/kotlinc/devcontainer-feature.json b/src/kotlinc/devcontainer-feature.json index 14d8458..cacaac7 100644 --- a/src/kotlinc/devcontainer-feature.json +++ b/src/kotlinc/devcontainer-feature.json @@ -4,7 +4,7 @@ "version": "1.1.0", "description": "Kotlin compiler and linter (requires Java)", "installsAfter": [ - "ghcr.io/devcontainers/features/common-utils:1", + "ghcr.io/devcontainers/features/common-utils:2", "ghcr.io/devcontainers/features/java:1" ] }