Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ lazy val `reactive-aws-common-test` = (project in file("reactive-aws-common/test
name := "reactive-aws-common-test",
libraryDependencies ++= {
Seq(
"com.google.guava" % "guava" % "28.2-jre",
"com.google.guava" % "guava" % "30.1.1-jre",
"commons-io" % "commons-io" % "2.8.0",
"com.whisk" %% "docker-testkit-scalatest" % "0.9.9",
"com.whisk" %% "docker-testkit-impl-spotify" % "0.9.9",
Expand Down
2 changes: 1 addition & 1 deletion project/Settings.scala
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ object Settings {
"io.netty" % "netty-codec-http" % "4.1.33.Final",
"io.netty" % "netty-handler" % "4.1.33.Final",
"com.google.code.findbugs" % "jsr305" % "3.0.2",
"com.google.guava" % "guava" % "28.2-jre",
"com.google.guava" % "guava" % "30.1.1-jre",
"commons-logging" % "commons-logging" % "1.2",
"org.scala-lang" % "scala-reflect" % scalaVersion.value,
"org.scala-lang" % "scala-library" % scalaVersion.value
Expand Down