Skip to content

Commit

Permalink
Upgrade to aws-java-sdk 1.11.507 to hopefully avoid “java.lang.NoClas…
Browse files Browse the repository at this point in the history
…sDefFoundError: javax/xml/bind/JAXBException”

aws/aws-sdk-java#1863
  • Loading branch information
tpunder committed Feb 27, 2019
1 parent 109d816 commit cbc40b5
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 @@ -33,7 +33,7 @@ scriptedLaunchOpts ++= Seq("-Xmx1024M", "-Dplugin.version=" + version.value)

crossSbtVersions := Vector("0.13.16", "1.1.0")

val amazonSDKVersion = "1.11.416"
val amazonSDKVersion = "1.11.507"

libraryDependencies ++= Seq(
"com.amazonaws" % "aws-java-sdk-s3" % amazonSDKVersion,
Expand Down

0 comments on commit cbc40b5

Please sign in to comment.