Skip to content

Commit

Permalink
update scalatest version to latest (3.2.19) in japanese
Browse files Browse the repository at this point in the history
  • Loading branch information
keyno63 committed Jan 7, 2025
1 parent fe25dea commit 33034f0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Scala には複数のライブラリとテスト方法がありますが、こ
1. ScalaTest への依存を追加します。
1. `build.sbt` ファイルに ScalaTest への依存を追加します。
```
libraryDependencies += "org.scalatest" %% "scalatest" % "3.0.8" % Test
libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.19" % Test
```
1. `build.sbt was changed` という通知が出たら、**auto-import** を選択します。
1. これらの2つのアクションにより、`sbt` が ScalaTest ライブラリをダウンロードします。
Expand Down

0 comments on commit 33034f0

Please sign in to comment.