We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 613ad88 commit c393b39Copy full SHA for c393b39
.github/workflows/release-readiness.yml
@@ -60,7 +60,6 @@ jobs:
60
exit 1
61
fi
62
63
- echo "$LIBS_DIFF"
64
echo "getting version bump"
65
SMITHY_KOTLIN_VERSION_BUMP=$(echo "$LIBS_DIFF" | grep "smithy-kotlin-runtime-version =\|smithy-kotlin-codegen-version =")
66
echo "$SMITHY_KOTLIN_VERSION_BUMP"
gradle/libs.versions.toml
@@ -15,6 +15,7 @@ binary-compatibility-validator-version = "0.16.3"
15
smithy-kotlin-runtime-version = "1.4.15"
16
smithy-kotlin-codegen-version = "0.34.15"
17
18
+#Test
19
# codegen
20
smithy-version = "1.53.0"
21
0 commit comments