From 95e786b135971d7cc7deb793dc0b2cba7e4561dc Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 24 Jan 2022 05:08:31 +0100 Subject: [PATCH] Update utest to 0.7.11 --- keywords-Return/build.sbt | 2 +- keywords-Yield/build.sbt | 2 +- macros-Reset/build.sbt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/keywords-Return/build.sbt b/keywords-Return/build.sbt index fa5376b20..8b680b09c 100644 --- a/keywords-Return/build.sbt +++ b/keywords-Return/build.sbt @@ -1,4 +1,4 @@ -libraryDependencies += "com.lihaoyi" %%% "utest" % "0.7.10" % Test +libraryDependencies += "com.lihaoyi" %%% "utest" % "0.7.11" % Test testFrameworks += new TestFramework("utest.runner.Framework") enablePlugins(Example) diff --git a/keywords-Yield/build.sbt b/keywords-Yield/build.sbt index e1aaf8f1b..0811550be 100644 --- a/keywords-Yield/build.sbt +++ b/keywords-Yield/build.sbt @@ -1,4 +1,4 @@ -libraryDependencies += "com.lihaoyi" %%% "utest" % "0.7.10" % Test +libraryDependencies += "com.lihaoyi" %%% "utest" % "0.7.11" % Test testFrameworks += new TestFramework("utest.runner.Framework") diff --git a/macros-Reset/build.sbt b/macros-Reset/build.sbt index 1ec7b25d1..c142f9196 100644 --- a/macros-Reset/build.sbt +++ b/macros-Reset/build.sbt @@ -2,6 +2,6 @@ libraryDependencies += "com.github.sbt" % "junit-interface" % "0.13.3" % Test libraryDependencies += "junit" % "junit" % "4.13.2" % Test -libraryDependencies += "com.lihaoyi" %%% "utest" % "0.7.10" % Test +libraryDependencies += "com.lihaoyi" %%% "utest" % "0.7.11" % Test testFrameworks += new TestFramework("utest.runner.Framework")