diff --git a/keywords-Return/build.sbt b/keywords-Return/build.sbt index b9cdfce7..201761b0 100644 --- a/keywords-Return/build.sbt +++ b/keywords-Return/build.sbt @@ -1,4 +1,4 @@ -libraryDependencies += "com.lihaoyi" %%% "utest" % "0.8.3" % Test +libraryDependencies += "com.lihaoyi" %%% "utest" % "0.8.4" % Test testFrameworks += new TestFramework("utest.runner.Framework") enablePlugins(Example) diff --git a/keywords-Yield/build.sbt b/keywords-Yield/build.sbt index bb1c5c4c..b87a99c8 100644 --- a/keywords-Yield/build.sbt +++ b/keywords-Yield/build.sbt @@ -1,4 +1,4 @@ -libraryDependencies += "com.lihaoyi" %%% "utest" % "0.8.3" % Test +libraryDependencies += "com.lihaoyi" %%% "utest" % "0.8.4" % Test testFrameworks += new TestFramework("utest.runner.Framework") diff --git a/macros-Reset/build.sbt b/macros-Reset/build.sbt index 2a36ade8..b0acc448 100644 --- a/macros-Reset/build.sbt +++ b/macros-Reset/build.sbt @@ -2,7 +2,7 @@ libraryDependencies += "com.github.sbt" % "junit-interface" % "0.13.3" % Test libraryDependencies += "junit" % "junit" % "4.13.2" % Test -libraryDependencies += "com.lihaoyi" %%% "utest" % "0.8.3" % Test +libraryDependencies += "com.lihaoyi" %%% "utest" % "0.8.4" % Test libraryDependencies += "org.scalatest" %%% "scalatest" % "3.2.16" % Test