Skip to content
This repository has been archived by the owner on Mar 1, 2023. It is now read-only.

Commit

Permalink
Update utest to 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jun 17, 2019
1 parent 4c1a0b1 commit 8cc4c84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -83,7 +83,7 @@ lazy val facade =
"io.github.cquiroz.react" %%% "common" % "0.2.4",
"io.github.cquiroz.react" %%% "test" % "0.2.4" % Test,
"io.github.cquiroz.react" %%% "cats" % "0.2.4",
"com.lihaoyi" %%% "utest" % "0.6.9" % Test,
"com.lihaoyi" %%% "utest" % "0.7.1" % Test,
"org.typelevel" %%% "cats-core" % "1.6.1" % Test
),
webpackConfigFile in Test := Some(baseDirectory.value / "test.webpack.config.js"),
Expand Down

0 comments on commit 8cc4c84

Please sign in to comment.