From f858d7879828ba83393364d75e9ee74be1e805fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Aug 2025 17:48:34 +0000 Subject: [PATCH] chore(deps): bump com.github.vlsi.ide from 1.+ to 2.0.0 Bumps [com.github.vlsi.ide](https://github.com/vlsi/vlsi-release-plugins) from 1.+ to 2.0.0. - [Release notes](https://github.com/vlsi/vlsi-release-plugins/releases) - [Commits](https://github.com/vlsi/vlsi-release-plugins/commits/v2.0.0) --- updated-dependencies: - dependency-name: com.github.vlsi.ide dependency-version: 2.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- settings.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.gradle.kts b/settings.gradle.kts index 43f2d8169..af5bb4469 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -59,7 +59,7 @@ pluginManagement { id("com.diffplug.spotless") version "6.13.0" // 6.13.0 is the last version that is compatible with Java 8 id("com.github.vlsi.gradle-extensions") version "1.+" id("com.github.vlsi.stage-vote-release") version "1.+" - id("com.github.vlsi.ide") version "1.+" + id("com.github.vlsi.ide") version "2.+" id("me.champeau.jmh") version "0.+" id("org.checkerframework") version "0.+" id("com.kncept.junit.reporter") version "2.1.0"