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 125103b commit 7de205cCopy full SHA for 7de205c
gradle.properties
@@ -5,13 +5,13 @@ kotlin.code.style=official
5
org.gradle.jvmargs=-Xmx4g -XX:MaxMetaspaceSize=1G
6
7
# sdk
8
-sdkVersion=0.2.0-SNAPSHOT
+sdkVersion=0.2.0
9
10
# codegen
11
smithyVersion=1.7.0
12
smithyGradleVersion=0.5.2
13
# smithy-kotlin codegen and runtime are versioned together
14
-smithyKotlinVersion=0.2.0-SNAPSHOT
+smithyKotlinVersion=0.2.0
15
16
# kotlin
17
kotlinVersion=1.4.31
@@ -25,7 +25,7 @@ kotlinJVMTargetVersion=1.8
25
coroutinesVersion=1.4.3
26
27
# crt
28
-crtKotlinVersion=0.2.0-SNAPSHOT
+crtKotlinVersion=0.2.0
29
30
# testing/utility
31
junitVersion=5.6.2
0 commit comments