Skip to content

Commit

Permalink
set M2 SDK version (#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
ianbotsf authored Jun 18, 2021
1 parent 1cf959b commit 7fed663
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

# AWS SDK
awsSdkKotlinVersion=0.3.0-SNAPSHOT
awsSdkKotlinVersion=0.3.0

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=-Xmx4g -XX:MaxMetaspaceSize=1G

# sdk
sdkVersion=0.3.0-SNAPSHOT
sdkVersion=0.3.0

# codegen
smithyVersion=1.7.2
smithyGradleVersion=0.5.3
# smithy-kotlin codegen and runtime are versioned together
smithyKotlinVersion=0.3.0-SNAPSHOT
smithyKotlinVersion=0.3.0

# kotlin
kotlinVersion=1.5.0
Expand All @@ -27,7 +27,7 @@ coroutinesVersion=1.5.0
atomicFuVersion=0.16.1

# crt
crtKotlinVersion=0.3.0-SNAPSHOT
crtKotlinVersion=0.3.0

# testing/utility
junitVersion=5.6.2
Expand Down

0 comments on commit 7fed663

Please sign in to comment.