Skip to content

Commit

Permalink
Update sqs to 2.7.9 (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and ghostdogpr committed Jul 23, 2019
1 parent e14c571 commit 7408451
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ developers := List(
libraryDependencies ++= Seq(
"dev.zio" %% "zio" % "1.0.0-RC10-1",
"dev.zio" %% "zio-streams" % "1.0.0-RC10-1",
"software.amazon.awssdk" % "sqs" % "2.7.8",
"software.amazon.awssdk" % "sqs" % "2.7.9",
"org.scalatest" %% "scalatest" % "3.0.8" % "test",
"org.elasticmq" %% "elasticmq-rest-sqs" % "0.14.7" % "test",
"org.elasticmq" %% "elasticmq-core" % "0.14.7" % "test",
Expand Down

0 comments on commit 7408451

Please sign in to comment.