From 8570b3864e88d1d142adb4e694867f589283f8c2 Mon Sep 17 00:00:00 2001 From: samspills Date: Mon, 17 Jul 2023 22:33:30 +0000 Subject: [PATCH] deploy: 2d353661979967660a9a7da5db405d49991c4fe2 --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index ae82e6e..fd92d3e 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-3ee0c87-SNAPSHOT"
+libraryDependencies += "pink.cozydev" %% "lucille" % "0.0-2d35366-SNAPSHOT"
 
 // use this snippet for JS, Native, or cross-building
-libraryDependencies += "pink.cozydev" %%% "lucille" % "0.0-3ee0c87-SNAPSHOT"
+libraryDependencies += "pink.cozydev" %%% "lucille" % "0.0-2d35366-SNAPSHOT"

Parsing

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