Skip to content

Commit

Permalink
deploy: b8396d7
Browse files Browse the repository at this point in the history
  • Loading branch information
yisraelU committed Jul 3, 2024
1 parent 83accfe commit b5652fa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -173,9 +173,9 @@ <h3 id="usage" class="section"><a class="anchor-link left" href="#usage"><i clas
<p>This library is currently available for Scala binary versions 2.13 and 3.1.</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="identifier">libraryDependencies</span><span> ++= </span><span class="type-name">Seq</span><span>(
</span><span class="string-literal">&quot;io.github.yisraelu&quot;</span><span> %% </span><span class="string-literal">&quot;smithy4s-zio-http&quot;</span><span> % </span><span class="string-literal">&quot;0.0.3&quot;</span><span>
</span><span class="string-literal">&quot;io.github.yisraelu&quot;</span><span> %% </span><span class="string-literal">&quot;smithy4s-zio-http&quot;</span><span> % </span><span class="string-literal">&quot;0.0.4&quot;</span><span>
)</span></code></pre>
<p>The snapshot version is available via the Sonatype snapshots repository: <code>0.0.3-16-f90d0d2-SNAPSHOT.</code></p>
<p>The snapshot version is available via the Sonatype snapshots repository: <code>0.0.4-4-b8396d7-SNAPSHOT.</code></p>

<h3 id="http-server-and-client-quickstart-borrows-from-smithy4s-example" class="section"><a class="anchor-link left" href="#http-server-and-client-quickstart-borrows-from-smithy4s-example"><i class="icofont-laika link">&#xef71;</i></a>Http Server and Client Quickstart (borrows from Smithy4s example)</h3>
<p>Below is a quick example of smithy4s in action.
Expand All @@ -195,7 +195,7 @@ <h3 id="build-sbt" class="section"><a class="anchor-link left" href="#build-sbt"
.</span><span class="identifier">enablePlugins</span><span>(</span><span class="type-name">Smithy4sCodegenPlugin</span><span>)
.</span><span class="identifier">settings</span><span>(
</span><span class="identifier">libraryDependencies</span><span> ++= </span><span class="type-name">Seq</span><span>(
</span><span class="string-literal">&quot;io.github.yisraelu&quot;</span><span> %% </span><span class="string-literal">&quot;smithy4s-zio-http&quot;</span><span> % </span><span class="string-literal">&quot;0.0.3&quot;</span><span>
</span><span class="string-literal">&quot;io.github.yisraelu&quot;</span><span> %% </span><span class="string-literal">&quot;smithy4s-zio-http&quot;</span><span> % </span><span class="string-literal">&quot;0.0.4&quot;</span><span>
)
)</span></code></pre>

Expand Down

0 comments on commit b5652fa

Please sign in to comment.