Skip to content

Commit 5cb2df9

Browse files
author
jwatson
committed
put the comment in the right place.
1 parent f3d253a commit 5cb2df9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ targetCompatibility = JavaVersion.VERSION_1_8
3838
dependencies {
3939
implementation 'com.amazonaws:aws-lambda-java-core:1.1.0'
4040
// 2.2.2 is earliest version that has all needed event sources
41-
implementation 'com.amazonaws:aws-java-sdk-s3:1.11.163'
4241
implementation 'com.amazonaws:aws-lambda-java-events:2.2.2'
42+
implementation 'com.amazonaws:aws-java-sdk-s3:1.11.163'
4343
implementation 'com.amazonaws:aws-java-sdk-kinesis:1.11.163'
4444
implementation 'com.amazonaws:aws-java-sdk-dynamodb:1.11.163'
4545
implementation 'com.googlecode.json-simple:json-simple:1.1'

0 commit comments

Comments
 (0)