|
1 | 1 | [versions] |
| 2 | +aws-sdk-version = "1.4.116" |
2 | 3 | ktlint = "1.3.0" |
| 4 | +nexus-plugin-version = "2.0.0" |
| 5 | +publish-plugin-version = "1.3.1" |
3 | 6 | smithy-version = "1.60.2" |
4 | 7 | smithy-gradle-plugin-version = "1.3.0" |
5 | 8 | junit-version = "5.10.1" |
6 | 9 |
|
7 | 10 | [libraries] |
| 11 | +aws-sdk-cloudwatch = { module = "aws.sdk.kotlin:cloudwatch", version.ref = "aws-sdk-version" } |
| 12 | +aws-sdk-s3 = { module = "aws.sdk.kotlin:s3", version.ref = "aws-sdk-version" } |
8 | 13 | ktlint-cli = { module = "com.pinterest.ktlint:ktlint-cli", version.ref = "ktlint" } |
9 | | -ktlint-rule-engine-core = { module = "com.pinterest.ktlint:ktlint-rule-engine-core", version.ref = "ktlint" } |
10 | 14 | ktlint-cli-ruleset-core = { module = "com.pinterest.ktlint:ktlint-cli-ruleset-core", version.ref = "ktlint" } |
11 | 15 | ktlint-test = {module = "com.pinterest.ktlint:ktlint-test", version.ref = "ktlint" } |
12 | | -nexusPublishPlugin = { module = "io.github.gradle-nexus:publish-plugin", version = "2.0.0" } |
| 16 | +nexusPublishPlugin = { module = "io.github.gradle-nexus:publish-plugin", version.ref = "nexus-plugin-version" } |
13 | 17 | smithy-model = { module = "software.amazon.smithy:smithy-model", version.ref = "smithy-version" } |
14 | 18 | smithy-gradle-base-plugin = { module = "software.amazon.smithy.gradle:smithy-base", version.ref = "smithy-gradle-plugin-version" } |
15 | 19 |
|
16 | 20 | junit-jupiter = { module = "org.junit.jupiter:junit-jupiter", version.ref = "junit-version" } |
17 | 21 |
|
18 | 22 | [plugins] |
19 | | -plugin-publish = { id = "com.gradle.plugin-publish", version = "1.3.1"} |
| 23 | +plugin-publish = { id = "com.gradle.plugin-publish", version.ref = "publish-plugin-version"} |
0 commit comments