Skip to content

Commit

Permalink
deploy: 18e9bf9
Browse files Browse the repository at this point in the history
  • Loading branch information
armanbilge committed Jan 8, 2024
1 parent 72d3ca6 commit 3947b56
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion faq.html
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ <h2 id="how-do-i-publish-a-website-like-this-one" class="section"><a class="anch

<h2 id="how-do-i-manage-my-scala-js-and-scala-native-versions" class="section"><a class="anchor-link left" href="#how-do-i-manage-my-scala-js-and-scala-native-versions"><i class="icofont-laika link">&#xef71;</i></a>How do I manage my Scala.js and Scala Native versions?</h2>
<p>We recommend explicitly setting your Scala.js and Scala Native versions in <code>project/plugins.sbt</code>.</p>
<pre class="keep-together pdf epub"><code class="nohighlight"><span class="identifier">addSbtPlugin</span><span>(</span><span class="string-literal">&quot;org.scala-js&quot;</span><span> % </span><span class="string-literal">&quot;sbt-scalajs&quot;</span><span> % </span><span class="string-literal">&quot;1.14.0&quot;</span><span>)
<pre class="keep-together pdf epub"><code class="nohighlight"><span class="identifier">addSbtPlugin</span><span>(</span><span class="string-literal">&quot;org.scala-js&quot;</span><span> % </span><span class="string-literal">&quot;sbt-scalajs&quot;</span><span> % </span><span class="string-literal">&quot;1.15.0&quot;</span><span>)
</span><span class="identifier">addSbtPlugin</span><span>(</span><span class="string-literal">&quot;org.scala-native&quot;</span><span> % </span><span class="string-literal">&quot;sbt-scala-native&quot;</span><span> % </span><span class="string-literal">&quot;0.4.16&quot;</span><span>)</span></code></pre>
<p><strong>sbt-typelevel</strong> ships with a conservative Scala.js and Scala Native version to enable certain settings.
If one of your dependencies requires a newer version you may experience failures in the <code>scalaJSLink</code> or <code>nativeLink</code> CI steps.</p>
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ <h4 id="build-sbt" class="section"><a class="anchor-link left" href="#build-sbt"
</span><span>
</span><span class="type-name">ThisBuild</span><span> / </span><span class="identifier">organization</span><span> := </span><span class="string-literal">&quot;org.typelevel&quot;</span><span>
</span><span class="type-name">ThisBuild</span><span> / </span><span class="identifier">organizationName</span><span> := </span><span class="string-literal">&quot;Typelevel&quot;</span><span>
</span><span class="type-name">ThisBuild</span><span> / </span><span class="identifier">startYear</span><span> := </span><span class="type-name">Some</span><span>(</span><span class="number-literal">2023</span><span>)
</span><span class="type-name">ThisBuild</span><span> / </span><span class="identifier">startYear</span><span> := </span><span class="type-name">Some</span><span>(</span><span class="number-literal">2024</span><span>)
</span><span class="type-name">ThisBuild</span><span> / </span><span class="identifier">licenses</span><span> := </span><span class="type-name">Seq</span><span>(</span><span class="type-name">License</span><span>.</span><span class="type-name">Apache2</span><span>)
</span><span class="type-name">ThisBuild</span><span> / </span><span class="identifier">developers</span><span> ++= </span><span class="type-name">List</span><span>(
</span><span class="comment">// your GitHub handle and name
Expand Down
2 changes: 1 addition & 1 deletion site.html
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ <h2 id="faq" class="section"><a class="anchor-link left" href="#faq"><i class="i
<h3 id="how-can-i-include-my-project-version-on-the-website" class="section"><a class="anchor-link left" href="#how-can-i-include-my-project-version-on-the-website"><i class="icofont-laika link">&#xef71;</i></a>How can I include my project version on the website?</h3>
<p><strong>sbt-typelevel-site</strong> automatically adds <code>VERSION</code> and <code>SNAPSHOT_VERSION</code> to the <code>mdocVariables</code> setting
which can be used with <a href="https://scalameta.org/mdoc/docs/why.html#variable-injection">variable injection</a>.</p>
<p>For example, the sbt-typelevel <code>VERSION</code> is <code>0.6.4</code> and <code>SNAPSHOT_VERSION</code> is <code>0.6.4-5-0cd3ed5-SNAPSHOT</code>.</p>
<p>For example, the sbt-typelevel <code>VERSION</code> is <code>0.6.4</code> and <code>SNAPSHOT_VERSION</code> is <code>0.6.4-9-18e9bf9-SNAPSHOT</code>.</p>

<h3 id="how-can-i-publish-unidoc-api-docs" class="section"><a class="anchor-link left" href="#how-can-i-publish-unidoc-api-docs"><i class="icofont-laika link">&#xef71;</i></a>How can I publish &quot;unidoc&quot; API docs?</h3>
<p>If you generate your API documentation with <a href="https://github.com/sbt/sbt-unidoc">sbt-unidoc</a>,
Expand Down

0 comments on commit 3947b56

Please sign in to comment.