Skip to content

Commit 7a895a2

Browse files
committed
chore: bump com.github.vlsi.gradle-extensions to 3.0.1
1 parent 14c87df commit 7a895a2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build-logic/build-parameters/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
plugins {
1919
id("org.gradlex.build-parameters") version "1.4.4"
20-
id("com.github.vlsi.gradle-extensions") version "2.0.0"
20+
id("com.github.vlsi.gradle-extensions") version "3.0.1"
2121
id("build-logic.kotlin-dsl-gradle-plugin")
2222
}
2323

build-logic/verification/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ dependencies {
2323
api(projects.basics)
2424
api(projects.buildParameters)
2525
api("com.github.autostyle:com.github.autostyle.gradle.plugin:4.0")
26-
api("com.github.vlsi.ide:com.github.vlsi.ide.gradle.plugin:2.0.0")
27-
api("com.github.vlsi.gradle-extensions:com.github.vlsi.gradle-extensions.gradle.plugin:2.0.0")
26+
api("com.github.vlsi.ide:com.github.vlsi.ide.gradle.plugin:3.0.1")
27+
api("com.github.vlsi.gradle-extensions:com.github.vlsi.gradle-extensions.gradle.plugin:3.0.1")
2828
api("de.thetaphi.forbiddenapis:de.thetaphi.forbiddenapis.gradle.plugin:3.10")
2929
api("net.ltgt.errorprone:net.ltgt.errorprone.gradle.plugin:4.3.0")
3030
api("org.jetbrains.gradle.plugin.idea-ext:org.jetbrains.gradle.plugin.idea-ext.gradle.plugin:1.3")

0 commit comments

Comments
 (0)