Skip to content

Commit 3b18b87

Browse files
authored
chore: update snapshot version (#335)
1 parent 2017d8c commit 3b18b87

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

examples/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44

55
allprojects {
66
group = "aws.sdk.kotlin.example"
7-
version = "0.6.0-alpha"
7+
version = "0.6.1-SNAPSHOT"
88

99
repositories {
1010
mavenLocal()

examples/gradle.properties

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

22
# AWS SDK
3-
awsSdkKotlinVersion=0.6.0-alpha
3+
awsSdkKotlinVersion=0.6.1-SNAPSHOT

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=-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
1313
smithyVersion=1.9.1
1414
smithyGradleVersion=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
1919
kotlinVersion=1.5.30
@@ -28,7 +28,7 @@ atomicFuVersion=0.16.1
2828
kotlinxSerializationVersion=1.3.0
2929

3030
# crt
31-
crtKotlinVersion=0.4.1-alpha
31+
crtKotlinVersion=0.4.2-SNAPSHOT
3232

3333
# testing/utility
3434
junitVersion=5.6.2

0 commit comments

Comments
 (0)