Skip to content
Merged
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
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ kotlin.code.style=official
org.gradle.jvmargs=-Xmx4g -XX:MaxMetaspaceSize=1G

# sdk
sdkVersion=0.2.0-SNAPSHOT
sdkVersion=0.2.0

# codegen
smithyVersion=1.7.0
smithyGradleVersion=0.5.2
# smithy-kotlin codegen and runtime are versioned together
smithyKotlinVersion=0.2.0-SNAPSHOT
smithyKotlinVersion=0.2.0

# kotlin
kotlinVersion=1.4.31
Expand All @@ -25,7 +25,7 @@ kotlinJVMTargetVersion=1.8
coroutinesVersion=1.4.3

# crt
crtKotlinVersion=0.2.0-SNAPSHOT
crtKotlinVersion=0.2.0

# testing/utility
junitVersion=5.6.2
Expand Down