Skip to content
This repository was archived by the owner on Dec 3, 2025. It is now read-only.

Commit e5c46d4

Browse files
committed
Set future plugins version to 0.16.0
1 parent c17a316 commit e5c46d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ allprojects {
2929
}
3030

3131
val publishedPluginsVersion by extra { "0.15.6" }
32-
val futurePluginsVersion = "0.15.7"
32+
val futurePluginsVersion = "0.16.0"
3333
project(":plugins") {
3434
group = "org.gradle.kotlin"
3535
version = futurePluginsVersion

0 commit comments

Comments
 (0)