Skip to content

Commit

Permalink
deploy: 115ec14
Browse files Browse the repository at this point in the history
  • Loading branch information
danicheg committed Feb 23, 2024
1 parent 757720f commit 059850e
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 @@ -127,9 +127,9 @@ <h1 id="mouse" class="title">Mouse</h1>
<p>Mouse is a small companion to the <a href="https://github.com/typelevel/cats">Cats</a> functional programming library and the Scala standard library.</p>
<p>The library arose from this <a href="https://github.com/typelevel/cats/issues/791">Cats issue</a> and is a <a href="http://typelevel.org/projects/">Typelevel member</a>.</p>
<p>Mouse is published for Scala 2.12, 2.13 and 3.0. For Scala.jvm:</p>
<pre class="keep-together pdf epub"><code class="nohighlight"><span class="string-literal">&quot;org.typelevel&quot;</span><span> %% </span><span class="string-literal">&quot;mouse&quot;</span><span> % </span><span class="string-literal">&quot;1.2.2&quot;</span></code></pre>
<pre class="keep-together pdf epub"><code class="nohighlight"><span class="string-literal">&quot;org.typelevel&quot;</span><span> %% </span><span class="string-literal">&quot;mouse&quot;</span><span> % </span><span class="string-literal">&quot;1.2.3&quot;</span></code></pre>
<p>For scala.js 1.x:</p>
<pre class="keep-together pdf epub"><code class="nohighlight"><span class="string-literal">&quot;org.typelevel&quot;</span><span> %%% </span><span class="string-literal">&quot;mouse&quot;</span><span> % </span><span class="string-literal">&quot;1.2.2&quot;</span></code></pre>
<pre class="keep-together pdf epub"><code class="nohighlight"><span class="string-literal">&quot;org.typelevel&quot;</span><span> %%% </span><span class="string-literal">&quot;mouse&quot;</span><span> % </span><span class="string-literal">&quot;1.2.3&quot;</span></code></pre>

<h3 id="scope-of-library" class="section"><a class="anchor-link left" href="#scope-of-library"><i class="icofont-laika link">&#xef71;</i></a>Scope of Library</h3>
<p>Provide enrichments to classes from the Scala standard library that convert to Cats datatypes,
Expand Down

0 comments on commit 059850e

Please sign in to comment.