From 17d2a4d095a273f76e4cac11de24a5e98fd87e28 Mon Sep 17 00:00:00 2001 From: Timothy McCarthy Date: Mon, 13 Feb 2023 10:32:11 +1100 Subject: [PATCH] Update version in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6e5b523..d67c0f5 100644 --- a/README.md +++ b/README.md @@ -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: