Skip to content

Commit

Permalink
Update version in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tmccarthy committed Feb 12, 2023
1 parent 7ea837c commit 17d2a4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Add the following to your `build.sbt` file. The latest version of the library sh
Otherwise you can checkout [the artefact listing on `mvnrepository.com`](https://mvnrepository.com/artifact/au.id.tmm.digest4s/digest4s-core).

```scala
libraryDependencies += "au.id.tmm.digest4s" %% "digest4s-core" % "0.1.0"
libraryDependencies += "au.id.tmm.digest4s" %% "digest4s-core" % "1.0.0"
```

The simplest way to use the library is with the syntax import:
Expand Down

0 comments on commit 17d2a4d

Please sign in to comment.