Skip to content

Commit

Permalink
updated site
Browse files Browse the repository at this point in the history
  • Loading branch information
eed3si9n committed Oct 5, 2024
1 parent 5ef7b9b commit 3254c38
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 14 deletions.
5 changes: 4 additions & 1 deletion 2.x/docs/en/changes/migrating-from-sbt-1.x.html
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,10 @@ <h1 class="menu-title">The Book of sbt</h1>
<h1 id="migrating-from-sbt-1x"><a class="header" href="#migrating-from-sbt-1x">Migrating from sbt 1.x</a></h1>
<h2 id="changing-buildsbt-dsl-to-scala-3x"><a class="header" href="#changing-buildsbt-dsl-to-scala-3x">Changing <code>build.sbt</code> DSL to Scala 3.x</a></h2>
<p>As a reminder, users can build either Scala 2.x or Scala 3.x programs using either sbt 1.x or sbt 2.x. However, the Scala that underlies the <code>build.sbt</code> DSL is determined by the sbt version. In sbt 2.0, we are migrating to Scala 3.x.</p>
<p>This means that if you implement custom tasks or sbt plugins for sbt 2.x, it must be done using Scala 3.x. See <a href="https://docs.scala-lang.org/scala3/guides/migration/incompatibility-table.html">Scala 3.x incompatibility table</a> for the list of potential migration points.</p>
<p>This means that if you implement custom tasks or sbt plugins for sbt 2.x, it must be done using Scala 3.x. See <a href="https://docs.scala-lang.org/scala3/guides/migration/incompatibility-table.html">Scala 3.x incompatibility table</a> and <a href="https://docs.scala-lang.org/scala3/guides/migration/tooling-scala2-xsource3.html">Scala 2 with -Xsource:3</a>.</p>
<pre><code class="language-scala">// This works on Scala 2.12.20 under -Xsource:3
import sbt.{ given, * }
</code></pre>
<h2 id="bare-settings-changes"><a class="header" href="#bare-settings-changes">Bare settings changes</a></h2>
<pre><code class="language-scala">version := "0.1.0"
scalaVersion := "3.3.3"
Expand Down
5 changes: 4 additions & 1 deletion 2.x/docs/en/print.html
Original file line number Diff line number Diff line change
Expand Up @@ -1443,7 +1443,10 @@ <h2 id="previously-on-sbt"><a class="header" href="#previously-on-sbt">Previousl
<div style="break-before: page; page-break-before: always;"></div><h1 id="migrating-from-sbt-1x"><a class="header" href="#migrating-from-sbt-1x">Migrating from sbt 1.x</a></h1>
<h2 id="changing-buildsbt-dsl-to-scala-3x"><a class="header" href="#changing-buildsbt-dsl-to-scala-3x">Changing <code>build.sbt</code> DSL to Scala 3.x</a></h2>
<p>As a reminder, users can build either Scala 2.x or Scala 3.x programs using either sbt 1.x or sbt 2.x. However, the Scala that underlies the <code>build.sbt</code> DSL is determined by the sbt version. In sbt 2.0, we are migrating to Scala 3.x.</p>
<p>This means that if you implement custom tasks or sbt plugins for sbt 2.x, it must be done using Scala 3.x. See <a href="https://docs.scala-lang.org/scala3/guides/migration/incompatibility-table.html">Scala 3.x incompatibility table</a> for the list of potential migration points.</p>
<p>This means that if you implement custom tasks or sbt plugins for sbt 2.x, it must be done using Scala 3.x. See <a href="https://docs.scala-lang.org/scala3/guides/migration/incompatibility-table.html">Scala 3.x incompatibility table</a> and <a href="https://docs.scala-lang.org/scala3/guides/migration/tooling-scala2-xsource3.html">Scala 2 with -Xsource:3</a>.</p>
<pre><code class="language-scala">// This works on Scala 2.12.20 under -Xsource:3
import sbt.{ given, * }
</code></pre>
<h2 id="bare-settings-changes"><a class="header" href="#bare-settings-changes">Bare settings changes</a></h2>
<pre><code class="language-scala">version := "0.1.0"
scalaVersion := "3.3.3"
Expand Down
2 changes: 1 addition & 1 deletion 2.x/docs/en/searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion 2.x/docs/en/searchindex.json

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,49 +2,49 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://www.scala-sbt.org/support.html</loc>
<lastmod>2024-10-04</lastmod>
<lastmod>2024-10-05</lastmod>
<changefreq>weekly</changefreq>
<priority>1.0</priority>
</url>
<url>
<loc>https://www.scala-sbt.org/404.html</loc>
<lastmod>2024-10-04</lastmod>
<lastmod>2024-10-05</lastmod>
<changefreq>weekly</changefreq>
<priority>1.0</priority>
</url>
<url>
<loc>https://www.scala-sbt.org/cookie.html</loc>
<lastmod>2024-10-04</lastmod>
<lastmod>2024-10-05</lastmod>
<changefreq>weekly</changefreq>
<priority>1.0</priority>
</url>
<url>
<loc>https://www.scala-sbt.org/download.html</loc>
<lastmod>2024-10-04</lastmod>
<lastmod>2024-10-05</lastmod>
<changefreq>weekly</changefreq>
<priority>1.0</priority>
</url>
<url>
<loc>https://www.scala-sbt.org/thank-you.html</loc>
<lastmod>2024-10-04</lastmod>
<lastmod>2024-10-05</lastmod>
<changefreq>never</changefreq>
<priority>0.0</priority>
</url>
<url>
<loc>https://www.scala-sbt.org/community.html</loc>
<lastmod>2024-10-04</lastmod>
<lastmod>2024-10-05</lastmod>
<changefreq>weekly</changefreq>
<priority>1.0</priority>
</url>
<url>
<loc>https://www.scala-sbt.org/index.html</loc>
<lastmod>2024-10-04</lastmod>
<lastmod>2024-10-05</lastmod>
<changefreq>weekly</changefreq>
<priority>1.0</priority>
</url>
<url>
<loc>https://www.scala-sbt.org/learn.html</loc>
<lastmod>2024-10-04</lastmod>
<lastmod>2024-10-05</lastmod>
<changefreq>weekly</changefreq>
<priority>1.0</priority>
</url>
Expand Down
Binary file modified sitemap.xml.gz
Binary file not shown.
4 changes: 2 additions & 2 deletions sitemap_index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<sitemap>
<loc>https://www.scala-sbt.org/sitemap.xml.gz</loc>
<lastmod>2024-10-04</lastmod>
<lastmod>2024-10-05</lastmod>
</sitemap>
<sitemap>
<loc>https://www.scala-sbt.org/1.x/sitemap.xml.gz</loc>
<lastmod>2024-10-04</lastmod>
<lastmod>2024-10-05</lastmod>
</sitemap>
</sitemapindex>
Binary file modified sitemap_index.xml.gz
Binary file not shown.

0 comments on commit 3254c38

Please sign in to comment.