Skip to content

Commit

Permalink
bump SDk version for Lex sample to 2.16.0 (#350)
Browse files Browse the repository at this point in the history
  • Loading branch information
lawmicha authored Sep 12, 2020
1 parent 4ff6837 commit bcf8c65
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Lex-Sample/Swift/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@ use_frameworks!
target :'LexSwift' do
pod 'JSQMessagesViewController', '~>7.3.4'

$awsVersion = '~> 2.11.0'
$awsVersion = '~> 2.16.0'
pod 'AWSMobileClient', $awsVersion
pod 'AWSLex', $awsVersion
end


0 comments on commit bcf8c65

Please sign in to comment.