Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
guizmaii committed Aug 29, 2023
1 parent b6ee487 commit f445bbc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ with `ZIO.randomWith(_.nextUUID)`
In order to use this library, we need to add the following line in our `build.sbt` file:

```scala
libraryDependencies += "com.guizmaii" %% "zio-uuid" % "0.2.0"
libraryDependencies += "com.guizmaii" %% "zio-uuid" % "0.3.0"
```

## Example
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ inThisBuild(
)
)

addCommandAlias("updateReadme", "docs/generateReadme")
addCommandAlias("updateReadme", "reload;docs/generateReadme")

lazy val root =
project
Expand Down

0 comments on commit f445bbc

Please sign in to comment.