Skip to content

Commit

Permalink
deploy: 2d35366
Browse files Browse the repository at this point in the history
  • Loading branch information
samspills committed Jul 17, 2023
1 parent 14362bf commit 8570b38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,10 @@ <h3 id="usage" class="section"><a class="anchor-link left" href="#usage"><i clas
<p>Additionally, it&#39;s available for the JVM, Scala.js, and Scala Native.</p>
<p>To use the latest version, include the following in your <code>build.sbt</code>:</p>
<pre class="keep-together pdf epub"><code class="nohighlight"><span class="comment">// use this snippet for the JVM
</span><span class="identifier">libraryDependencies</span><span> += </span><span class="string-literal">&quot;pink.cozydev&quot;</span><span> %% </span><span class="string-literal">&quot;lucille&quot;</span><span> % </span><span class="string-literal">&quot;0.0-3ee0c87-SNAPSHOT&quot;</span><span>
</span><span class="identifier">libraryDependencies</span><span> += </span><span class="string-literal">&quot;pink.cozydev&quot;</span><span> %% </span><span class="string-literal">&quot;lucille&quot;</span><span> % </span><span class="string-literal">&quot;0.0-2d35366-SNAPSHOT&quot;</span><span>

</span><span class="comment">// use this snippet for JS, Native, or cross-building
</span><span class="identifier">libraryDependencies</span><span> += </span><span class="string-literal">&quot;pink.cozydev&quot;</span><span> %%% </span><span class="string-literal">&quot;lucille&quot;</span><span> % </span><span class="string-literal">&quot;0.0-3ee0c87-SNAPSHOT&quot;</span></code></pre>
</span><span class="identifier">libraryDependencies</span><span> += </span><span class="string-literal">&quot;pink.cozydev&quot;</span><span> %%% </span><span class="string-literal">&quot;lucille&quot;</span><span> % </span><span class="string-literal">&quot;0.0-2d35366-SNAPSHOT&quot;</span></code></pre>

<h3 id="parsing" class="section"><a class="anchor-link left" href="#parsing"><i class="icofont-laika link">&#xef71;</i></a>Parsing</h3>
<p>Lucille offers a <code>parseQ</code> function to parse all of a string into a Lucille <code>MultiQuery</code> structure:</p>
Expand Down

0 comments on commit 8570b38

Please sign in to comment.