Skip to content

Commit

Permalink
Replace references to Gigahorse library
Browse files Browse the repository at this point in the history
The dependency was replaced in 18f165e.
  • Loading branch information
kluen committed Jan 22, 2024
1 parent cc63544 commit a950803
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/reference/00-Getting-Started/02-sbt-by-example.md
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ Press `Enter` to exit the continuous test.

### Make hello depend on helloCore

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

@@snip [example-sub4]($root$/src/sbt-test/ref/example-sub4/build.sbt) {}

Expand Down
2 changes: 1 addition & 1 deletion src/reference/es/00-Getting-Started/02-sbt-by-example.md
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ Pulsa `Intro` para salir del test continuo.
### Hacer que hello dependa de helloCore

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

@@snip [example-sub4]($root$/src/sbt-test/ref/example-sub4/build.sbt) {}

Expand Down
2 changes: 1 addition & 1 deletion src/reference/ja/00-Getting-Started/02-sbt-by-example.md
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ sbt:Hello> ~testQuick

### hello が helloCore に依存するようにする

サブプロジェクト間の依存関係を定義するには `.dependsOn(...)` を使う。ついでに、Gigahorse への依存性も `helloCore` に移そう。
サブプロジェクト間の依存関係を定義するには `.dependsOn(...)` を使う。ついでに、toolkit への依存性も `helloCore` に移そう。

@@snip [example-sub4]($root$/src/sbt-test/ref/example-sub4/build.sbt) {}

Expand Down

0 comments on commit a950803

Please sign in to comment.