Skip to content

Commit 86a79d7

Browse files
committed
updated site
1 parent ecb94d6 commit 86a79d7

35 files changed

+672
-672
lines changed

1.x/docs/Combined+Pages+Pdf.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -796,7 +796,7 @@ Press `Enter` to exit the continuous test.
796796

797797
### Make hello depend on helloCore
798798

799-
Use `.dependsOn(...)` to add a dependency on other subprojects. Also let's move the Gigahorse dependency to `helloCore`.
799+
Use `.dependsOn(...)` to add a dependency on other subprojects. Also let's move the toolkit dependency to `helloCore`.
800800

801801
```scala
802802
ThisBuild / scalaVersion := "2.13.12"

1.x/docs/Combined+Pages.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ <h4 class="toctitle">Contents</h4>
455455
</code></pre><p>After <code>reload</code>, <code>~testQuick</code> now runs on both subprojects:
456456
</p><pre><code class="prettyprint lang-scala">sbt:Hello&gt; ~testQuick
457457
</code></pre><p>Press <code>Enter</code> to exit the continuous test.
458-
</p><h3 id="Make+hello+depend+on+helloCore">Make hello depend on helloCore<a href="#Make+hello+depend+on+helloCore" class="header-link"><span class="header-link-content">&nbsp;</span></a></h3><p>Use <code>.dependsOn(...)</code> to add a dependency on other subprojects. Also let’s move the Gigahorse dependency to <code>helloCore</code>.
458+
</p><h3 id="Make+hello+depend+on+helloCore">Make hello depend on helloCore<a href="#Make+hello+depend+on+helloCore" class="header-link"><span class="header-link-content">&nbsp;</span></a></h3><p>Use <code>.dependsOn(...)</code> to add a dependency on other subprojects. Also let’s move the toolkit dependency to <code>helloCore</code>.
459459
</p><pre><code class="prettyprint lang-scala">ThisBuild / scalaVersion := &quot;2.13.12&quot;
460460
ThisBuild / organization := &quot;com.example&quot;
461461

1.x/docs/Combined+Pages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -791,7 +791,7 @@ Press `Enter` to exit the continuous test.
791791

792792
### Make hello depend on helloCore
793793

794-
Use `.dependsOn(...)` to add a dependency on other subprojects. Also let's move the Gigahorse dependency to `helloCore`.
794+
Use `.dependsOn(...)` to add a dependency on other subprojects. Also let's move the toolkit dependency to `helloCore`.
795795

796796
```scala
797797
ThisBuild / scalaVersion := "2.13.12"

1.x/docs/es/Combined+Pages+Pdf.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -751,7 +751,7 @@ Pulsa `Intro` para salir del test continuo.
751751
### Hacer que hello dependa de helloCore
752752

753753
Usa `.dependsOn(...)` para añadir dependencias sobre otros subproyectos.
754-
Además, movamos la dependencia de Gigahorse a `helloCore`.
754+
Además, movamos la dependencia de toolkit a `helloCore`.
755755

756756
```scala
757757
ThisBuild / scalaVersion := "2.13.12"

1.x/docs/es/Combined+Pages.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ <h4 class="toctitle">Contents</h4>
443443
</p><pre><code class="prettyprint lang-scala">sbt:Hello&gt; ~testQuick
444444
</code></pre><p>Pulsa <code>Intro</code> para salir del test continuo.
445445
</p><h3 id="Hacer+que+hello+dependa+de+helloCore">Hacer que hello dependa de helloCore<a href="#Hacer+que+hello+dependa+de+helloCore" class="header-link"><span class="header-link-content">&nbsp;</span></a></h3><p>Usa <code>.dependsOn(...)</code> para añadir dependencias sobre otros subproyectos.
446-
Además, movamos la dependencia de Gigahorse a <code>helloCore</code>.
446+
Además, movamos la dependencia de toolkit a <code>helloCore</code>.
447447
</p><pre><code class="prettyprint lang-scala">ThisBuild / scalaVersion := &quot;2.13.12&quot;
448448
ThisBuild / organization := &quot;com.example&quot;
449449

1.x/docs/es/Combined+Pages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -746,7 +746,7 @@ Pulsa `Intro` para salir del test continuo.
746746
### Hacer que hello dependa de helloCore
747747

748748
Usa `.dependsOn(...)` para añadir dependencias sobre otros subproyectos.
749-
Además, movamos la dependencia de Gigahorse a `helloCore`.
749+
Además, movamos la dependencia de toolkit a `helloCore`.
750750

751751
```scala
752752
ThisBuild / scalaVersion := "2.13.12"

1.x/docs/es/offline/Combined+Pages.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ <h4 class="toctitle">Contents</h4>
443443
</p><pre><code class="prettyprint lang-scala">sbt:Hello&gt; ~testQuick
444444
</code></pre><p>Pulsa <code>Intro</code> para salir del test continuo.
445445
</p><h3 id="Hacer+que+hello+dependa+de+helloCore">Hacer que hello dependa de helloCore<a href="#Hacer+que+hello+dependa+de+helloCore" class="header-link"><span class="header-link-content">&nbsp;</span></a></h3><p>Usa <code>.dependsOn(...)</code> para añadir dependencias sobre otros subproyectos.
446-
Además, movamos la dependencia de Gigahorse a <code>helloCore</code>.
446+
Además, movamos la dependencia de toolkit a <code>helloCore</code>.
447447
</p><pre><code class="prettyprint lang-scala">ThisBuild / scalaVersion := &quot;2.13.12&quot;
448448
ThisBuild / organization := &quot;com.example&quot;
449449

1.x/docs/es/offline/Combined+Pages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -746,7 +746,7 @@ Pulsa `Intro` para salir del test continuo.
746746
### Hacer que hello dependa de helloCore
747747

748748
Usa `.dependsOn(...)` para añadir dependencias sobre otros subproyectos.
749-
Además, movamos la dependencia de Gigahorse a `helloCore`.
749+
Además, movamos la dependencia de toolkit a `helloCore`.
750750

751751
```scala
752752
ThisBuild / scalaVersion := "2.13.12"

1.x/docs/es/offline/pamflet.manifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
CACHE MANIFEST
2-
# Thu Jan 18 14:28:17 UTC 2024
2+
# Mon Jan 22 19:59:26 UTC 2024
33
index.html
44
Getting-Started.html
55
Setup.html

1.x/docs/es/offline/sbt-by-example.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ <h2 id="sbt+mediante+ejemplos">sbt mediante ejemplos<a href="#sbt+mediante+ejemp
334334
</p><pre><code class="prettyprint lang-scala">sbt:Hello&gt; ~testQuick
335335
</code></pre><p>Pulsa <code>Intro</code> para salir del test continuo.
336336
</p><h3 id="Hacer+que+hello+dependa+de+helloCore">Hacer que hello dependa de helloCore<a href="#Hacer+que+hello+dependa+de+helloCore" class="header-link"><span class="header-link-content">&nbsp;</span></a></h3><p>Usa <code>.dependsOn(...)</code> para añadir dependencias sobre otros subproyectos.
337-
Además, movamos la dependencia de Gigahorse a <code>helloCore</code>.
337+
Además, movamos la dependencia de toolkit a <code>helloCore</code>.
338338
</p><pre><code class="prettyprint lang-scala">ThisBuild / scalaVersion := &quot;2.13.12&quot;
339339
ThisBuild / organization := &quot;com.example&quot;
340340

0 commit comments

Comments
 (0)