Skip to content

Commit 208b9e8

Browse files
authored
fix: bump build plugin to 0.2.8 (#81)
1 parent 681324c commit 208b9e8

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
@@ -16,7 +16,7 @@ buildscript {
1616
// only need to include it here, imports in subprojects will work automagically
1717
classpath("aws.sdk.kotlin:build-plugins") {
1818
version {
19-
require("0.2.6")
19+
require("0.2.8")
2020
}
2121
}
2222
}

0 commit comments

Comments
 (0)