Skip to content

Commit

Permalink
Merge pull request #1089 from awslabs/develop
Browse files Browse the repository at this point in the history
Release: v0.14.2
  • Loading branch information
sriram-mv authored Mar 27, 2019
2 parents f01b6d5 + d20faa2 commit 21be617
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 14 deletions.
2 changes: 1 addition & 1 deletion samcli/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
SAM CLI version
"""

__version__ = '0.14.1'
__version__ = '0.14.2'
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,6 @@ repositories {
}

dependencies {
implementation 'software.amazon.awssdk:annotations:2.1.0'
compile (
'com.amazonaws:aws-lambda-java-core:1.1.0'
)
testCompile 'junit:junit:4.12'
implementation 'com.amazonaws:aws-lambda-java-core:1.2.0'
testImplementation 'junit:junit:4.12'
}

sourceSets {
main {
java {
srcDir 'src/main'
}
}
}

0 comments on commit 21be617

Please sign in to comment.