[sbt] remote unused fs2 Stream dependency
This commit is contained in:
parent
fa31882e51
commit
a5311fec72
1 changed files with 0 additions and 4 deletions
|
@ -7,10 +7,6 @@ scalaVersion := "2.12.8"
|
|||
// command line arguments parser
|
||||
libraryDependencies += "com.github.scopt" %% "scopt" % "4.0.0-RC2"
|
||||
|
||||
// i/o stream processor
|
||||
libraryDependencies += "co.fs2" %% "fs2-core" % "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"
|
||||
|
|
Loading…
Reference in a new issue