From ccc8740045c08db853242b082e474f63500da5a8 Mon Sep 17 00:00:00 2001 From: Andrew Valencik Date: Sat, 30 Mar 2024 07:50:27 -0400 Subject: [PATCH] Update version and coords in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8772cae..1e9f293 100644 --- a/README.md +++ b/README.md @@ -9,5 +9,5 @@ You can check out the microsite for some docs and examples: https://valencik.github.io/textmogrify ```scala -libraryDependencies += "io.pig" %% "textmogrify" % "0.0.6" +libraryDependencies += "pink.cozydev" %% "textmogrify" % "0.0.7" ```