Skip to content

Commit

Permalink
Merge pull request #6 from marko-asplund/aws-java-sdk-update
Browse files Browse the repository at this point in the history
Fix test failures with Java 11

by updating AWS Java SDK from v1.11.294 to 1.12.620
  • Loading branch information
marko-asplund authored Dec 17, 2023
2 parents acd029f + 66c3391 commit 526971f
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 @@ -17,7 +17,7 @@ libraryDependencies ++= Seq(
"org.scala-lang.modules" %% "scala-collection-compat" % "2.1.6",
"com.github.pathikrit" %% "better-files" % "3.9.1",
"com.typesafe.scala-logging" %% "scala-logging" % "3.9.2",
"com.amazonaws" % "aws-java-sdk-s3" % "1.11.294",
"com.amazonaws" % "aws-java-sdk-s3" % "1.12.620",
"org.scalatest" %% "scalatest" % "3.0.8" % "test",
"ch.qos.logback" % "logback-classic" % "1.2.3" % "test",
"org.iq80.leveldb" % "leveldb" % "0.12",
Expand Down

0 comments on commit 526971f

Please sign in to comment.