lendup / fs2-blobstore

Minimal, idiomatic, stream-based Scala interface for key/value store implementations
Apache License 2.0
92 stars 26 forks source link

Update README.md #29

Closed loran-steinberger closed 5 years ago

matthewgraf commented 5 years ago

@loran-steinberger while you are at it please update the Installing section of the readme i.e.

libraryDependencies ++= Seq(
  "com.lendup.fs2-blobstore" %% "core" % "0.1.+",
  "com.lendup.fs2-blobstore" %% "sftp" % "0.1.+",
  "com.lendup.fs2-blobstore" %% "s3" % "0.1.+"
)

that should have the latest version, since people might just be blindly copying this