Skip to content

Commit

Permalink
Upd readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tampler committed May 24, 2020
1 parent f2a162c commit eed632c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 12 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ This project aims to ease ZIO integration with AWS S3, providing a clean, simple

## Features

* AWS S3 Java v2 2.10.87
* ZIO RC-18-2
* AWS S3 Java v2 2.13.23
* ZIO RC-19-2
* ZIO Module wrapper for all AWS methods
* [Module Pattern with ZIO Layer](https://zio.dev/docs/howto/howto_use_layers) implementation
* [ZIO Test](https://zio.dev/docs/howto/howto_test_effects) integration
* Support for Scala 2.13.1 and 2.12.10
* Support for Scala 2.13.2 and 2.12.11

## Integration

Expand All @@ -33,14 +33,14 @@ ivy"io.github.neurodyne::zio-aws-s3:$version"
```scala
// build.sbt
libraryDependencies ++= Seq(
"dev.zio" %% "zio" % "1.0.0-RC19",
"io.github.neurodyne" %% "zio-aws-s3" % "0.4.12"
"dev.zio" %% "zio" % "1.0.0-RC19-2",
"io.github.neurodyne" %% "zio-aws-s3" % "0.4.13"
)

// build.sc
def ivyDeps = Agg(
ivy"dev.zio::zio:1.0.0-RC19",
ivy"io.github.neurodyne::zio-aws-s3:0.4.12"
ivy"dev.zio::zio:1.0.0-RC19-2",
ivy"io.github.neurodyne::zio-aws-s3:0.4.13"
)
```

Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ lazy val commonSettings =
Seq(
scalacOptions -= "-Xfatal-warnings",
name := "zio-aws-s3",
version := "0.4.12",
version := "0.4.13",
Compile / unmanagedSourceDirectories := Seq((Compile / scalaSource).value),
Test / unmanagedSourceDirectories := Seq((Test / scalaSource).value),
testFrameworks := Seq(new TestFramework("zio.test.sbt.ZTestFramework"))
Expand Down
4 changes: 0 additions & 4 deletions project/metals.sbt

This file was deleted.

0 comments on commit eed632c

Please sign in to comment.