Skip to content

Commit

Permalink
Merge pull request #86 from olafurpg/test
Browse files Browse the repository at this point in the history
Move munit to test config
  • Loading branch information
olafurpg authored Apr 10, 2020
2 parents 2b59b27 + c5dc864 commit 99db76e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ lazy val testSettings = List(
)
else
List(
"org.scalameta" %%% "munit" % "0.4.5",
"org.scalameta" %%% "munit" % "0.4.5" % Test,
"org.scalacheck" %%% "scalacheck" % "1.14.0" % Test,
"com.github.alexarchambault" %%% "scalacheck-shapeless_1.14" % "1.2.3" % Test
)
Expand Down

0 comments on commit 99db76e

Please sign in to comment.