From a01a6dc441510d14ee5e8bf5cb49b7670be856ef Mon Sep 17 00:00:00 2001 From: ThatScalaGuy Date: Sat, 3 Aug 2024 18:04:29 +0000 Subject: [PATCH] deploy: 8a931714e20a31ab343a09ea1c6ed7df5064dcae --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 40d9299..097aa1e 100644 --- a/index.html +++ b/index.html @@ -94,7 +94,7 @@

This library is currently available for Scala binary versions 2.13 and 3.1.

To use the latest version, include the following in your build.sbt:

libraryDependencies ++= Seq(
-  "de.thatscalaguy" %% "skunk-crypt" % "0.0-a5697e9-SNAPSHOT"
+  "de.thatscalaguy" %% "skunk-crypt" % "0.0-8a93171-SNAPSHOT"
 )