Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {

allprojects {
group = "aws.sdk.kotlin.example"
version = "0.5.0-alpha"
version = "0.5.1-SNAPSHOT"

repositories {
mavenLocal()
Expand Down
2 changes: 1 addition & 1 deletion examples/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@

# AWS SDK
awsSdkKotlinVersion=0.5.0-alpha
awsSdkKotlinVersion=0.5.1-SNAPSHOT
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ kotlin.native.ignoreDisabledTargets=true
org.gradle.jvmargs=-Xmx6g -XX:MaxPermSize=6g -XX:MaxMetaspaceSize=1G

# sdk
sdkVersion=0.5.0-alpha
sdkVersion=0.5.1-SNAPSHOT

# codegen
smithyVersion=1.9.1
smithyGradleVersion=0.5.3
# smithy-kotlin codegen and runtime are versioned together
smithyKotlinVersion=0.4.1-alpha
smithyKotlinVersion=0.4.2-SNAPSHOT

# kotlin
kotlinVersion=1.5.30
Expand All @@ -28,7 +28,7 @@ atomicFuVersion=0.16.1
kotlinxSerializationVersion=0.20.0

# crt
crtKotlinVersion=0.4.1-alpha
crtKotlinVersion=0.4.2-SNAPSHOT

# testing/utility
junitVersion=5.6.2
Expand Down