Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jrmsamson authored Jan 17, 2023
1 parent 8dcfeb5 commit f21c9c8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ A ZIO-based AWS Custom Runtime compatible with GraalVM Native Image.
## Installation

```scala
libraryDependencies += "dev.zio" %% "zio-lambda" % "1.0.0-RC8"
libraryDependencies += "dev.zio" %% "zio-lambda" % "1.0.0"

// Optional dependencies
libraryDependencies += "dev.zio" %% "zio-lambda-event" % "1.0.0-RC8"
libraryDependencies += "dev.zio" %% "zio-lambda-response" % "1.0.0-RC8"
libraryDependencies += "dev.zio" %% "zio-lambda-event" % "1.0.0"
libraryDependencies += "dev.zio" %% "zio-lambda-response" % "1.0.0"
```

## Usage
Expand Down

0 comments on commit f21c9c8

Please sign in to comment.