diff --git a/index.html b/index.html index 9b4011b..322cb87 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-c85cc28-SNAPSHOT"
+libraryDependencies += "pink.cozydev" %% "lucille" % "0.0-b5b0c20-SNAPSHOT"
 
 // use this snippet for JS, Native, or cross-building
-libraryDependencies += "pink.cozydev" %%% "lucille" % "0.0-c85cc28-SNAPSHOT"
+libraryDependencies += "pink.cozydev" %%% "lucille" % "0.0-b5b0c20-SNAPSHOT"

Parsing

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