From af5b32b6a0d1d4dfa60b045e6f4d0e40ee14714f Mon Sep 17 00:00:00 2001 From: samspills Date: Mon, 17 Jul 2023 23:01:20 +0000 Subject: [PATCH] deploy: 10917d98645da96e9bb94f42d821f45fc138b7a8 --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index f330a51..ccd0ba1 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-ad47eda-SNAPSHOT"
+libraryDependencies += "pink.cozydev" %% "lucille" % "0.0-10917d9-SNAPSHOT"
 
 // use this snippet for JS, Native, or cross-building
-libraryDependencies += "pink.cozydev" %%% "lucille" % "0.0-ad47eda-SNAPSHOT"
+libraryDependencies += "pink.cozydev" %%% "lucille" % "0.0-10917d9-SNAPSHOT"

Parsing

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