Skip to content

Commit

Permalink
Deploy website
Browse files Browse the repository at this point in the history
Deploy website version based on abec2ca
  • Loading branch information
Docusaurus bot committed May 8, 2024
1 parent 78b45f2 commit 6a099e3
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 20 deletions.
4 changes: 2 additions & 2 deletions docs/configurations.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@
<pre><code class="hljs css language-scala"><span class="hljs-keyword">import</span> cats.effect.<span class="hljs-type">IO</span>

port: <span class="hljs-type">ConfigValue</span>[<span class="hljs-type">IO</span>, <span class="hljs-type">Int</span>]
<span class="hljs-comment">// res1: ConfigValue[IO, Int] = ConfigValue$120865154</span>
<span class="hljs-comment">// res1: ConfigValue[IO, Int] = ConfigValue$1244539926</span>

port.covary[<span class="hljs-type">IO</span>]
<span class="hljs-comment">// res2: ConfigValue[IO, Int] = ConfigValue$120865154</span>
<span class="hljs-comment">// res2: ConfigValue[IO, Int] = ConfigValue$1244539926</span>
</code></pre>
<p>Multiple values can be loaded and combined in parallel, and errors accumulated, using <code>parMapN</code>.</p>
<pre><code class="hljs css language-scala"><span class="hljs-keyword">import</span> cats.syntax.all._
Expand Down
4 changes: 2 additions & 2 deletions docs/configurations/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@
<pre><code class="hljs css language-scala"><span class="hljs-keyword">import</span> cats.effect.<span class="hljs-type">IO</span>

port: <span class="hljs-type">ConfigValue</span>[<span class="hljs-type">IO</span>, <span class="hljs-type">Int</span>]
<span class="hljs-comment">// res1: ConfigValue[IO, Int] = ConfigValue$120865154</span>
<span class="hljs-comment">// res1: ConfigValue[IO, Int] = ConfigValue$1244539926</span>

port.covary[<span class="hljs-type">IO</span>]
<span class="hljs-comment">// res2: ConfigValue[IO, Int] = ConfigValue$120865154</span>
<span class="hljs-comment">// res2: ConfigValue[IO, Int] = ConfigValue$1244539926</span>
</code></pre>
<p>Multiple values can be loaded and combined in parallel, and errors accumulated, using <code>parMapN</code>.</p>
<pre><code class="hljs css language-scala"><span class="hljs-keyword">import</span> cats.syntax.all._
Expand Down
14 changes: 7 additions & 7 deletions docs/modules.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ <h2><a class="anchor" aria-hidden="true" id="circe"></a><a href="#circe" aria-hi
}

env(<span class="hljs-string">"SERIAL"</span>).as[<span class="hljs-type">SerialNumber</span>]
<span class="hljs-comment">// res0: ConfigValue[Effect, SerialNumber] = ConfigValue$1396546743</span>
<span class="hljs-comment">// res0: ConfigValue[Effect, SerialNumber] = ConfigValue$1863531970</span>
</code></pre>
<h2><a class="anchor" aria-hidden="true" id="circe-yaml"></a><a href="#circe-yaml" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Circe YAML</h2>
<p>The <code>ciris-circe-yaml</code> module provides <a href="/api/ciris/ConfigDecoder.html"><code>ConfigDecoder</code></a>s for YAML using <a href="https://github.com/circe/circe-yaml"><code>circe-yaml</code></a>.</p>
Expand All @@ -91,7 +91,7 @@ <h2><a class="anchor" aria-hidden="true" id="circe-yaml"></a><a href="#circe-yam
}

env(<span class="hljs-string">"SERIAL"</span>).as[<span class="hljs-type">SerialNumber</span>]
<span class="hljs-comment">// res2: ConfigValue[Effect, SerialNumber] = ConfigValue$556706218</span>
<span class="hljs-comment">// res2: ConfigValue[Effect, SerialNumber] = ConfigValue$1816844768</span>
</code></pre>
<h2><a class="anchor" aria-hidden="true" id="enumeratum"></a><a href="#enumeratum" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Enumeratum</h2>
<p>The <code>ciris-enumeratum</code> module provides <a href="/api/ciris/ConfigDecoder.html"><code>ConfigDecoder</code></a>s for <a href="https://github.com/lloydmeta/enumeratum">Enumeratum</a> enumerations.</p>
Expand All @@ -112,7 +112,7 @@ <h2><a class="anchor" aria-hidden="true" id="enumeratum"></a><a href="#enumeratu
}

env(<span class="hljs-string">"SUIT"</span>).as[<span class="hljs-type">Suit</span>]
<span class="hljs-comment">// res4: ciris.ConfigValue[ciris.package.Effect, Suit] = ConfigValue$694114836</span>
<span class="hljs-comment">// res4: ciris.ConfigValue[ciris.package.Effect, Suit] = ConfigValue$1367829086</span>
</code></pre>
<p>For <code>ValueEnum</code>s, also mix in the matching <code>CirisValueEnum</code> to derive a <a href="/api/ciris/ConfigDecoder.html"><code>ConfigDecoder</code></a> instance.</p>
<pre><code class="hljs css language-scala"><span class="hljs-keyword">import</span> ciris.env
Expand All @@ -129,7 +129,7 @@ <h2><a class="anchor" aria-hidden="true" id="enumeratum"></a><a href="#enumeratu
}

env(<span class="hljs-string">"COLOR"</span>).as[<span class="hljs-type">Color</span>]
<span class="hljs-comment">// res6: ciris.ConfigValue[ciris.package.Effect, Color] = ConfigValue$53535827</span>
<span class="hljs-comment">// res6: ciris.ConfigValue[ciris.package.Effect, Color] = ConfigValue$344579974</span>
</code></pre>
<h2><a class="anchor" aria-hidden="true" id="http4s"></a><a href="#http4s" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Http4s</h2>
<p>The <code>ciris-http4s</code> module provides <a href="/api/ciris/ConfigDecoder.html"><code>ConfigDecoder</code></a>s for the <a href="https://github.com/http4s/http4s">http4s</a> <code>Uri</code> type.</p>
Expand All @@ -138,7 +138,7 @@ <h2><a class="anchor" aria-hidden="true" id="http4s"></a><a href="#http4s" aria-
<span class="hljs-keyword">import</span> org.http4s.<span class="hljs-type">Uri</span>

env(<span class="hljs-string">"URI"</span>).as[<span class="hljs-type">Uri</span>]
<span class="hljs-comment">// res8: ciris.ConfigValue[ciris.package.Effect, Uri] = ConfigValue$704231868</span>
<span class="hljs-comment">// res8: ciris.ConfigValue[ciris.package.Effect, Uri] = ConfigValue$2031751402</span>
</code></pre>
<h2><a class="anchor" aria-hidden="true" id="refined"></a><a href="#refined" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Refined</h2>
<p>The <code>ciris-refined</code> module provides <a href="/api/ciris/ConfigDecoder.html"><code>ConfigDecoder</code></a>s for <a href="https://github.com/fthomas/refined">refined</a> refinement types.</p>
Expand All @@ -147,7 +147,7 @@ <h2><a class="anchor" aria-hidden="true" id="refined"></a><a href="#refined" ari
<span class="hljs-keyword">import</span> eu.timepit.refined.types.numeric.<span class="hljs-type">PosInt</span>

env(<span class="hljs-string">"POS_INT"</span>).as[<span class="hljs-type">PosInt</span>]
<span class="hljs-comment">// res10: ciris.ConfigValue[ciris.package.Effect, PosInt] = ConfigValue$2110662352</span>
<span class="hljs-comment">// res10: ciris.ConfigValue[ciris.package.Effect, PosInt] = ConfigValue$1126515696</span>
</code></pre>
<h2><a class="anchor" aria-hidden="true" id="squants"></a><a href="#squants" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Squants</h2>
<p>The <code>ciris-squants</code> module provides <a href="/api/ciris/ConfigDecoder.html"><code>ConfigDecoder</code></a>s for <a href="https://github.com/typelevel/squants">squants</a> quantities.</p>
Expand All @@ -156,6 +156,6 @@ <h2><a class="anchor" aria-hidden="true" id="squants"></a><a href="#squants" ari
<span class="hljs-keyword">import</span> squants.market.<span class="hljs-type">Money</span>

env(<span class="hljs-string">"MONEY"</span>).as[<span class="hljs-type">Money</span>]
<span class="hljs-comment">// res12: ciris.ConfigValue[ciris.package.Effect, Money] = ConfigValue$772955271</span>
<span class="hljs-comment">// res12: ciris.ConfigValue[ciris.package.Effect, Money] = ConfigValue$697963600</span>
</code></pre>
</span></div></article></div><div class="docs-prevnext"><a class="docs-prev button" href="/docs/configurations"><span class="arrow-prev"></span><span>Configurations</span></a></div></div></div><nav class="onPageNav"><ul class="toc-headings"><li><a href="#circe">Circe</a></li><li><a href="#circe-yaml">Circe YAML</a></li><li><a href="#enumeratum">Enumeratum</a></li><li><a href="#http4s">Http4s</a></li><li><a href="#refined">Refined</a></li><li><a href="#squants">Squants</a></li></ul></nav></div><footer class="nav-footer" id="footer"><hr class="separator"/><section class="copyright">Copyright © 2017-2024 Viktor Rudebeck.<br/>Icon designed by <a href="https://www.flaticon.com/authors/freepik" rel="noopener">Freepik</a> from Flaticon.</section></footer></div></body></html>
14 changes: 7 additions & 7 deletions docs/modules/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ <h2><a class="anchor" aria-hidden="true" id="circe"></a><a href="#circe" aria-hi
}

env(<span class="hljs-string">"SERIAL"</span>).as[<span class="hljs-type">SerialNumber</span>]
<span class="hljs-comment">// res0: ConfigValue[Effect, SerialNumber] = ConfigValue$1396546743</span>
<span class="hljs-comment">// res0: ConfigValue[Effect, SerialNumber] = ConfigValue$1863531970</span>
</code></pre>
<h2><a class="anchor" aria-hidden="true" id="circe-yaml"></a><a href="#circe-yaml" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Circe YAML</h2>
<p>The <code>ciris-circe-yaml</code> module provides <a href="/api/ciris/ConfigDecoder.html"><code>ConfigDecoder</code></a>s for YAML using <a href="https://github.com/circe/circe-yaml"><code>circe-yaml</code></a>.</p>
Expand All @@ -91,7 +91,7 @@ <h2><a class="anchor" aria-hidden="true" id="circe-yaml"></a><a href="#circe-yam
}

env(<span class="hljs-string">"SERIAL"</span>).as[<span class="hljs-type">SerialNumber</span>]
<span class="hljs-comment">// res2: ConfigValue[Effect, SerialNumber] = ConfigValue$556706218</span>
<span class="hljs-comment">// res2: ConfigValue[Effect, SerialNumber] = ConfigValue$1816844768</span>
</code></pre>
<h2><a class="anchor" aria-hidden="true" id="enumeratum"></a><a href="#enumeratum" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Enumeratum</h2>
<p>The <code>ciris-enumeratum</code> module provides <a href="/api/ciris/ConfigDecoder.html"><code>ConfigDecoder</code></a>s for <a href="https://github.com/lloydmeta/enumeratum">Enumeratum</a> enumerations.</p>
Expand All @@ -112,7 +112,7 @@ <h2><a class="anchor" aria-hidden="true" id="enumeratum"></a><a href="#enumeratu
}

env(<span class="hljs-string">"SUIT"</span>).as[<span class="hljs-type">Suit</span>]
<span class="hljs-comment">// res4: ciris.ConfigValue[ciris.package.Effect, Suit] = ConfigValue$694114836</span>
<span class="hljs-comment">// res4: ciris.ConfigValue[ciris.package.Effect, Suit] = ConfigValue$1367829086</span>
</code></pre>
<p>For <code>ValueEnum</code>s, also mix in the matching <code>CirisValueEnum</code> to derive a <a href="/api/ciris/ConfigDecoder.html"><code>ConfigDecoder</code></a> instance.</p>
<pre><code class="hljs css language-scala"><span class="hljs-keyword">import</span> ciris.env
Expand All @@ -129,7 +129,7 @@ <h2><a class="anchor" aria-hidden="true" id="enumeratum"></a><a href="#enumeratu
}

env(<span class="hljs-string">"COLOR"</span>).as[<span class="hljs-type">Color</span>]
<span class="hljs-comment">// res6: ciris.ConfigValue[ciris.package.Effect, Color] = ConfigValue$53535827</span>
<span class="hljs-comment">// res6: ciris.ConfigValue[ciris.package.Effect, Color] = ConfigValue$344579974</span>
</code></pre>
<h2><a class="anchor" aria-hidden="true" id="http4s"></a><a href="#http4s" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Http4s</h2>
<p>The <code>ciris-http4s</code> module provides <a href="/api/ciris/ConfigDecoder.html"><code>ConfigDecoder</code></a>s for the <a href="https://github.com/http4s/http4s">http4s</a> <code>Uri</code> type.</p>
Expand All @@ -138,7 +138,7 @@ <h2><a class="anchor" aria-hidden="true" id="http4s"></a><a href="#http4s" aria-
<span class="hljs-keyword">import</span> org.http4s.<span class="hljs-type">Uri</span>

env(<span class="hljs-string">"URI"</span>).as[<span class="hljs-type">Uri</span>]
<span class="hljs-comment">// res8: ciris.ConfigValue[ciris.package.Effect, Uri] = ConfigValue$704231868</span>
<span class="hljs-comment">// res8: ciris.ConfigValue[ciris.package.Effect, Uri] = ConfigValue$2031751402</span>
</code></pre>
<h2><a class="anchor" aria-hidden="true" id="refined"></a><a href="#refined" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Refined</h2>
<p>The <code>ciris-refined</code> module provides <a href="/api/ciris/ConfigDecoder.html"><code>ConfigDecoder</code></a>s for <a href="https://github.com/fthomas/refined">refined</a> refinement types.</p>
Expand All @@ -147,7 +147,7 @@ <h2><a class="anchor" aria-hidden="true" id="refined"></a><a href="#refined" ari
<span class="hljs-keyword">import</span> eu.timepit.refined.types.numeric.<span class="hljs-type">PosInt</span>

env(<span class="hljs-string">"POS_INT"</span>).as[<span class="hljs-type">PosInt</span>]
<span class="hljs-comment">// res10: ciris.ConfigValue[ciris.package.Effect, PosInt] = ConfigValue$2110662352</span>
<span class="hljs-comment">// res10: ciris.ConfigValue[ciris.package.Effect, PosInt] = ConfigValue$1126515696</span>
</code></pre>
<h2><a class="anchor" aria-hidden="true" id="squants"></a><a href="#squants" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Squants</h2>
<p>The <code>ciris-squants</code> module provides <a href="/api/ciris/ConfigDecoder.html"><code>ConfigDecoder</code></a>s for <a href="https://github.com/typelevel/squants">squants</a> quantities.</p>
Expand All @@ -156,6 +156,6 @@ <h2><a class="anchor" aria-hidden="true" id="squants"></a><a href="#squants" ari
<span class="hljs-keyword">import</span> squants.market.<span class="hljs-type">Money</span>

env(<span class="hljs-string">"MONEY"</span>).as[<span class="hljs-type">Money</span>]
<span class="hljs-comment">// res12: ciris.ConfigValue[ciris.package.Effect, Money] = ConfigValue$772955271</span>
<span class="hljs-comment">// res12: ciris.ConfigValue[ciris.package.Effect, Money] = ConfigValue$697963600</span>
</code></pre>
</span></div></article></div><div class="docs-prevnext"><a class="docs-prev button" href="/docs/configurations"><span class="arrow-prev"></span><span>Configurations</span></a></div></div></div><nav class="onPageNav"><ul class="toc-headings"><li><a href="#circe">Circe</a></li><li><a href="#circe-yaml">Circe YAML</a></li><li><a href="#enumeratum">Enumeratum</a></li><li><a href="#http4s">Http4s</a></li><li><a href="#refined">Refined</a></li><li><a href="#squants">Squants</a></li></ul></nav></div><footer class="nav-footer" id="footer"><hr class="separator"/><section class="copyright">Copyright © 2017-2024 Viktor Rudebeck.<br/>Icon designed by <a href="https://www.flaticon.com/authors/freepik" rel="noopener">Freepik</a> from Flaticon.</section></footer></div></body></html>
2 changes: 1 addition & 1 deletion docs/overview.html
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ <h3><a class="anchor" aria-hidden="true" id="snapshot-releases"></a><a href="#sn
<p>To use the latest snapshot release, add the following lines to your <code>build.sbt</code> file.</p>
<pre><code class="hljs css language-scala">resolvers += <span class="hljs-type">Resolver</span>.sonatypeRepo(<span class="hljs-string">"snapshots"</span>)

libraryDependencies += <span class="hljs-string">"is.cir"</span> %% <span class="hljs-string">"ciris"</span> % <span class="hljs-string">"3.6.0"</span>
libraryDependencies += <span class="hljs-string">"is.cir"</span> %% <span class="hljs-string">"ciris"</span> % <span class="hljs-string">"3.6.0+2-abec2cad-SNAPSHOT"</span>
</code></pre>
<h2><a class="anchor" aria-hidden="true" id="dependencies"></a><a href="#dependencies" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Dependencies</h2>
<p>Refer to the table below for dependencies and version support across modules.</p>
Expand Down
Loading

0 comments on commit 6a099e3

Please sign in to comment.