Skip to content

Commit bfaef8b

Browse files
committed
deploy: 050b138
1 parent 91de7a8 commit bfaef8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,9 +127,9 @@ <h1 id="mouse" class="title">Mouse</h1>
127127
<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>
128128
<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>
129129
<p>Mouse is published for Scala 2.12, 2.13 and 3.0. For Scala.jvm:</p>
130-
<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.4&quot;</span></code></pre>
130+
<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.3.0&quot;</span></code></pre>
131131
<p>For scala.js 1.x:</p>
132-
<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.4&quot;</span></code></pre>
132+
<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.3.0&quot;</span></code></pre>
133133

134134
<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>
135135
<p>Provide enrichments to classes from the Scala standard library that convert to Cats datatypes,

0 commit comments

Comments
 (0)