From fb6c44956aa0b3666341f81d86138ad2c20feb3f Mon Sep 17 00:00:00 2001 From: tanaka takaya Date: Tue, 17 Mar 2020 02:25:26 +0900 Subject: [PATCH] Usually, munit is only needed in test. --- docs/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started.md b/docs/getting-started.md index f5a6b481..8eae05b9 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -22,7 +22,7 @@ MUnit is a Scala testing library with the following goals: ![Badge with version of the latest release](https://img.shields.io/maven-central/v/org.scalameta/munit_2.13?style=for-the-badge) ```scala -libraryDependencies += "org.scalameta" %% "munit" % "@VERSION@" +libraryDependencies += "org.scalameta" %% "munit" % "@VERSION@" % Test // Use %%% for non-JVM projects. testFrameworks += new TestFramework("munit.Framework") ```