Created
December 29, 2016 10:46
-
-
Save ScalaWilliam/6f267928f222e4ac80f43bb0d663d871 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
libraryDependencies += "com.amazonaws" % "aws-java-sdk-s3" % "1.11.73" | |
libraryDependencies += "com.typesafe" % "config" % "1.3.1" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import com.amazonaws.ClientConfiguration | |
import com.typesafe.config.{ConfigBeanFactory, ConfigFactory} | |
object FailApp extends App { | |
ConfigBeanFactory.create(ConfigFactory.empty(), classOf[ClientConfiguration]) | |
} |
Author
ScalaWilliam
commented
Dec 29, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment