Skip to content

Commit 7fed663

Browse files
authored
set M2 SDK version (#171)
1 parent 1cf959b commit 7fed663

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

examples/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11

22
# AWS SDK
3-
awsSdkKotlinVersion=0.3.0-SNAPSHOT
3+
awsSdkKotlinVersion=0.3.0
44

gradle.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ kotlin.native.ignoreDisabledTargets=true
77
org.gradle.jvmargs=-Xmx4g -XX:MaxMetaspaceSize=1G
88

99
# sdk
10-
sdkVersion=0.3.0-SNAPSHOT
10+
sdkVersion=0.3.0
1111

1212
# codegen
1313
smithyVersion=1.7.2
1414
smithyGradleVersion=0.5.3
1515
# smithy-kotlin codegen and runtime are versioned together
16-
smithyKotlinVersion=0.3.0-SNAPSHOT
16+
smithyKotlinVersion=0.3.0
1717

1818
# kotlin
1919
kotlinVersion=1.5.0
@@ -27,7 +27,7 @@ coroutinesVersion=1.5.0
2727
atomicFuVersion=0.16.1
2828

2929
# crt
30-
crtKotlinVersion=0.3.0-SNAPSHOT
30+
crtKotlinVersion=0.3.0
3131

3232
# testing/utility
3333
junitVersion=5.6.2

0 commit comments

Comments
 (0)