Skip to content

Commit 4450001

Browse files
committed
updated site
1 parent 66896cd commit 4450001

12 files changed

+18
-18
lines changed

2.x/docs/en/changes/migrating-from-sbt-1.x.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -268,14 +268,14 @@ <h2 id="cross-building-sbt-plugins"><a class="header" href="#cross-building-sbt-
268268
.settings(
269269
name := "sbt-vimquit",
270270
)
271-
.jvmPlatform(scalaVersions = Seq("3.3.3", "2.12.20"))
271+
.jvmPlatform(scalaVersions = Seq("3.6.2", "2.12.20"))
272272
</code></pre>
273273
<p>If you use <code>projectMatrix</code>, make sure to move the plugin to a subdirectory like <code>plugin/</code>. Otherwise, the synthetic root project will also pick up the <code>src/</code>.</p>
274274
<h3 id="cross-building-sbt-plugin-with-sbt-1x"><a class="header" href="#cross-building-sbt-plugin-with-sbt-1x">Cross building sbt plugin with sbt 1.x</a></h3>
275275
<p>Use sbt 1.10.2 or later, if you want to cross build using sbt 1.x.</p>
276276
<pre><code class="language-scala">// using sbt 1.x
277277
lazy val scala212 = "2.12.20"
278-
lazy val scala3 = "3.3.4"
278+
lazy val scala3 = "3.6.2"
279279
ThisBuild / crossScalaVersions := Seq(scala212, scala3)
280280

281281
lazy val plugin = (project in file("plugin"))

2.x/docs/en/print.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1525,14 +1525,14 @@ <h2 id="cross-building-sbt-plugins"><a class="header" href="#cross-building-sbt-
15251525
.settings(
15261526
name := "sbt-vimquit",
15271527
)
1528-
.jvmPlatform(scalaVersions = Seq("3.3.3", "2.12.20"))
1528+
.jvmPlatform(scalaVersions = Seq("3.6.2", "2.12.20"))
15291529
</code></pre>
15301530
<p>If you use <code>projectMatrix</code>, make sure to move the plugin to a subdirectory like <code>plugin/</code>. Otherwise, the synthetic root project will also pick up the <code>src/</code>.</p>
15311531
<h3 id="cross-building-sbt-plugin-with-sbt-1x"><a class="header" href="#cross-building-sbt-plugin-with-sbt-1x">Cross building sbt plugin with sbt 1.x</a></h3>
15321532
<p>Use sbt 1.10.2 or later, if you want to cross build using sbt 1.x.</p>
15331533
<pre><code class="language-scala">// using sbt 1.x
15341534
lazy val scala212 = "2.12.20"
1535-
lazy val scala3 = "3.3.4"
1535+
lazy val scala3 = "3.6.2"
15361536
ThisBuild / crossScalaVersions := Seq(scala212, scala3)
15371537

15381538
lazy val plugin = (project in file("plugin"))

2.x/docs/en/searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

2.x/docs/en/searchindex.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

2.x/docs/ja/changes/migrating-from-sbt-1.x.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -268,14 +268,14 @@ <h2 id="cross-building-sbt-plugins"><a class="header" href="#cross-building-sbt-
268268
.settings(
269269
name := "sbt-vimquit",
270270
)
271-
.jvmPlatform(scalaVersions = Seq("3.3.3", "2.12.20"))
271+
.jvmPlatform(scalaVersions = Seq("3.6.2", "2.12.20"))
272272
</code></pre>
273273
<p>If you use <code>projectMatrix</code>, make sure to move the plugin to a subdirectory like <code>plugin/</code>. Otherwise, the synthetic root project will also pick up the <code>src/</code>.</p>
274274
<h3 id="cross-building-sbt-plugin-with-sbt-1x"><a class="header" href="#cross-building-sbt-plugin-with-sbt-1x">Cross building sbt plugin with sbt 1.x</a></h3>
275275
<p>Use sbt 1.10.2 or later, if you want to cross build using sbt 1.x.</p>
276276
<pre><code class="language-scala">// using sbt 1.x
277277
lazy val scala212 = "2.12.20"
278-
lazy val scala3 = "3.3.4"
278+
lazy val scala3 = "3.6.2"
279279
ThisBuild / crossScalaVersions := Seq(scala212, scala3)
280280

281281
lazy val plugin = (project in file("plugin"))

2.x/docs/ja/print.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1427,14 +1427,14 @@ <h2 id="cross-building-sbt-plugins"><a class="header" href="#cross-building-sbt-
14271427
.settings(
14281428
name := "sbt-vimquit",
14291429
)
1430-
.jvmPlatform(scalaVersions = Seq("3.3.3", "2.12.20"))
1430+
.jvmPlatform(scalaVersions = Seq("3.6.2", "2.12.20"))
14311431
</code></pre>
14321432
<p>If you use <code>projectMatrix</code>, make sure to move the plugin to a subdirectory like <code>plugin/</code>. Otherwise, the synthetic root project will also pick up the <code>src/</code>.</p>
14331433
<h3 id="cross-building-sbt-plugin-with-sbt-1x"><a class="header" href="#cross-building-sbt-plugin-with-sbt-1x">Cross building sbt plugin with sbt 1.x</a></h3>
14341434
<p>Use sbt 1.10.2 or later, if you want to cross build using sbt 1.x.</p>
14351435
<pre><code class="language-scala">// using sbt 1.x
14361436
lazy val scala212 = "2.12.20"
1437-
lazy val scala3 = "3.3.4"
1437+
lazy val scala3 = "3.6.2"
14381438
ThisBuild / crossScalaVersions := Seq(scala212, scala3)
14391439

14401440
lazy val plugin = (project in file("plugin"))

2.x/docs/ja/searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

2.x/docs/ja/searchindex.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

2.x/docs/zh-cn/changes/migrating-from-sbt-1.x.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -268,14 +268,14 @@ <h2 id="cross-building-sbt-plugins"><a class="header" href="#cross-building-sbt-
268268
.settings(
269269
name := "sbt-vimquit",
270270
)
271-
.jvmPlatform(scalaVersions = Seq("3.3.3", "2.12.20"))
271+
.jvmPlatform(scalaVersions = Seq("3.6.2", "2.12.20"))
272272
</code></pre>
273273
<p>If you use <code>projectMatrix</code>, make sure to move the plugin to a subdirectory like <code>plugin/</code>. Otherwise, the synthetic root project will also pick up the <code>src/</code>.</p>
274274
<h3 id="cross-building-sbt-plugin-with-sbt-1x"><a class="header" href="#cross-building-sbt-plugin-with-sbt-1x">Cross building sbt plugin with sbt 1.x</a></h3>
275275
<p>Use sbt 1.10.2 or later, if you want to cross build using sbt 1.x.</p>
276276
<pre><code class="language-scala">// using sbt 1.x
277277
lazy val scala212 = "2.12.20"
278-
lazy val scala3 = "3.3.4"
278+
lazy val scala3 = "3.6.2"
279279
ThisBuild / crossScalaVersions := Seq(scala212, scala3)
280280

281281
lazy val plugin = (project in file("plugin"))

2.x/docs/zh-cn/print.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1427,14 +1427,14 @@ <h2 id="cross-building-sbt-plugins"><a class="header" href="#cross-building-sbt-
14271427
.settings(
14281428
name := "sbt-vimquit",
14291429
)
1430-
.jvmPlatform(scalaVersions = Seq("3.3.3", "2.12.20"))
1430+
.jvmPlatform(scalaVersions = Seq("3.6.2", "2.12.20"))
14311431
</code></pre>
14321432
<p>If you use <code>projectMatrix</code>, make sure to move the plugin to a subdirectory like <code>plugin/</code>. Otherwise, the synthetic root project will also pick up the <code>src/</code>.</p>
14331433
<h3 id="cross-building-sbt-plugin-with-sbt-1x"><a class="header" href="#cross-building-sbt-plugin-with-sbt-1x">Cross building sbt plugin with sbt 1.x</a></h3>
14341434
<p>Use sbt 1.10.2 or later, if you want to cross build using sbt 1.x.</p>
14351435
<pre><code class="language-scala">// using sbt 1.x
14361436
lazy val scala212 = "2.12.20"
1437-
lazy val scala3 = "3.3.4"
1437+
lazy val scala3 = "3.6.2"
14381438
ThisBuild / crossScalaVersions := Seq(scala212, scala3)
14391439

14401440
lazy val plugin = (project in file("plugin"))

2.x/docs/zh-cn/searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

2.x/docs/zh-cn/searchindex.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)