Skip to content

Commit bcec774

Browse files
authored
chore: fix signing task dependencies (#85)
1 parent cc51bfc commit bcec774

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
@@ -18,7 +18,7 @@ buildscript {
1818
// only need to include it here, imports in subprojects will work automagically
1919
classpath("aws.sdk.kotlin:build-plugins") {
2020
version {
21-
require("0.3.0")
21+
require("0.3.1")
2222
}
2323
}
2424
}

0 commit comments

Comments
 (0)