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
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const val AWS_CLIENT_RT_REGIONS_NS = "aws.sdk.kotlin.runtime.regions"
const val AWS_CLIENT_RT_GROUP: String = "aws.sdk.kotlin"
// note: this version doesn't really matter since we substitute it for project dependency notation
// when generating client build files
const val AWS_CLIENT_RT_VERSION: String = "0.1.0-SNAPSHOT"
const val AWS_CLIENT_RT_VERSION: String = "0.1.0"

/**
* Container object for AWS specific dependencies
Expand Down
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
kotlin.code.style=official

# sdk
sdkVersion=0.1.0-SNAPSHOT
sdkVersion=0.1.0

# codegen
smithyVersion=1.6.1
smithyGradleVersion=0.5.2
smithyKotlinVersion=0.1.0-SNAPSHOT
smithyKotlinVersion=0.1.0

# kotlin
kotlinVersion=1.4.31
Expand All @@ -19,8 +19,8 @@ kotlinJVMTargetVersion=1.8
coroutinesVersion=1.4.3

# default smithy-kotlin:client-runtime library version
smithyKotlinClientRtVersion=0.1.0-SNAPSHOT
crtKotlinVersion=0.1.0-SNAPSHOT
smithyKotlinClientRtVersion=0.1.0
crtKotlinVersion=0.1.0

# testing/utility
junitVersion=5.6.2
Expand Down