Skip to content

Commit

Permalink
RDB Loader: bump AWS SDK to 1.11.319 (close #79)
Browse files Browse the repository at this point in the history
  • Loading branch information
chuwy committed Jun 14, 2018
1 parent a0e7c02 commit f1a007f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2017 Snowplow Analytics Ltd. All rights reserved.
* Copyright (c) 2012-2018 Snowplow Analytics Ltd. All rights reserved.
*
* This program is licensed to you under the Apache License Version 2.0,
* and you may not use this file except in compliance with the Apache License Version 2.0.
Expand Down Expand Up @@ -34,11 +34,11 @@ object Dependencies {
// Java (Loader)
val postgres = "42.0.0"
val redshift = "1.2.8.1005"
val aws = "1.11.208"
val aws = "1.11.319"
val jSch = "0.1.54"

// Java (Shredder)
val dynamodb = "1.11.98"
val dynamodb = "1.11.98"

// Scala (test only)
val specs2 = "4.0.4"
Expand Down

0 comments on commit f1a007f

Please sign in to comment.