From 9d14eef1b7a4cbd3001648ac83f9d651cfc9411a Mon Sep 17 00:00:00 2001 From: samspills Date: Mon, 17 Jul 2023 22:51:31 +0000 Subject: [PATCH] deploy: ad47edac1cc88202287788fc7710be5234cc6a73 --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index fd92d3e..f330a51 100644 --- a/index.html +++ b/index.html @@ -103,10 +103,10 @@

Additionally, it's available for the JVM, Scala.js, and Scala Native.

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

// use this snippet for the JVM
-libraryDependencies += "pink.cozydev" %% "lucille" % "0.0-2d35366-SNAPSHOT"
+libraryDependencies += "pink.cozydev" %% "lucille" % "0.0-ad47eda-SNAPSHOT"
 
 // use this snippet for JS, Native, or cross-building
-libraryDependencies += "pink.cozydev" %%% "lucille" % "0.0-2d35366-SNAPSHOT"
+libraryDependencies += "pink.cozydev" %%% "lucille" % "0.0-ad47eda-SNAPSHOT"

Parsing

Lucille offers a parseQ function to parse all of a string into a Lucille MultiQuery structure: