File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ plugins {
44
55allprojects {
66 group = " aws.sdk.kotlin.example"
7- version = " 0.6.0-alpha "
7+ version = " 0.6.1-SNAPSHOT "
88
99 repositories {
1010 mavenLocal()
Original file line number Diff line number Diff line change 11
22# AWS SDK
3- awsSdkKotlinVersion =0.6.0-alpha
3+ awsSdkKotlinVersion =0.6.1-SNAPSHOT
Original file line number Diff line number Diff line change @@ -7,13 +7,13 @@ kotlin.native.ignoreDisabledTargets=true
77org.gradle.jvmargs =-Xmx6g -XX:MaxPermSize=6g -XX:MaxMetaspaceSize=1G
88
99# sdk
10- sdkVersion =0.6.0-alpha
10+ sdkVersion =0.6.1-SNAPSHOT
1111
1212# codegen
1313smithyVersion =1.9.1
1414smithyGradleVersion =0.5.3
1515# smithy-kotlin codegen and runtime are versioned together
16- smithyKotlinVersion =0.5.0-alpha
16+ smithyKotlinVersion =0.5.1-SNAPSHOT
1717
1818# kotlin
1919kotlinVersion =1.5.30
@@ -28,7 +28,7 @@ atomicFuVersion=0.16.1
2828kotlinxSerializationVersion =1.3.0
2929
3030# crt
31- crtKotlinVersion =0.4.1-alpha
31+ crtKotlinVersion =0.4.2-SNAPSHOT
3232
3333# testing/utility
3434junitVersion =5.6.2
You can’t perform that action at this time.
0 commit comments