[sbt] add reactive-aws-s3 1.1.3 as dependency
This commit is contained in:
parent
f9b3840a67
commit
38edf68f43
1 changed files with 4 additions and 0 deletions
|
@ -11,6 +11,10 @@ libraryDependencies += "com.github.scopt" %% "scopt" % "4.0.0-RC2"
|
||||||
libraryDependencies += "co.fs2" %% "fs2-core" % "1.0.4"
|
libraryDependencies += "co.fs2" %% "fs2-core" % "1.0.4"
|
||||||
libraryDependencies += "co.fs2" %% "fs2-io" % "1.0.4"
|
libraryDependencies += "co.fs2" %% "fs2-io" % "1.0.4"
|
||||||
|
|
||||||
|
// AWS SDK
|
||||||
|
libraryDependencies += "com.github.j5ik2o" %% "reactive-aws-s3-core" % "1.1.3"
|
||||||
|
libraryDependencies += "com.github.j5ik2o" %% "reactive-aws-s3-cats" % "1.1.3"
|
||||||
|
|
||||||
// testing
|
// testing
|
||||||
libraryDependencies += "org.scalatest" %% "scalatest" % "3.0.7" % "test"
|
libraryDependencies += "org.scalatest" %% "scalatest" % "3.0.7" % "test"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue