Skip to content

Commit 933be1b

Browse files
author
exoego
committed
Apply changes in scala#1510 to Japanese translation
1 parent 7cb2ef1 commit 933be1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_ja/getting-started/intellij-track/testing-scala-in-intellij-with-scalatest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Scala には複数のライブラリとテスト方法がありますが、こ
1616
1. ScalaTest への依存を追加します。
1717
1. `build.sbt` ファイルに ScalaTest への依存を追加します。
1818
```
19-
libraryDependencies += "org.scalatest" %% "scalatest" % "3.0.5" % "test"
19+
libraryDependencies += "org.scalatest" %% "scalatest" % "3.0.8" % "test"
2020
```
2121
1. `build.sbt was changed` という通知が出たら、**auto-import** を選択します。
2222
1. これらの2つのアクションにより、`sbt` が ScalaTest ライブラリをダウンロードします。

0 commit comments

Comments
 (0)