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

Commit b542349

Browse files
committed
Bump plugins version
1 parent e5c46d4 commit b542349

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ allprojects {
2828
version = "0.16.2-SNAPSHOT"
2929
}
3030

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

0 commit comments

Comments
 (0)