From 204b7e3f2a01ec8fe196dc9e8ee38ae30cf39fe2 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 6 Nov 2023 21:54:56 +0000 Subject: [PATCH] Update utest to 0.8.2 --- 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 92069cf3..5f36cccf 100644 --- a/keywords-Return/build.sbt +++ b/keywords-Return/build.sbt @@ -1,4 +1,4 @@ -libraryDependencies += "com.lihaoyi" %%% "utest" % "0.8.1" % Test +libraryDependencies += "com.lihaoyi" %%% "utest" % "0.8.2" % Test testFrameworks += new TestFramework("utest.runner.Framework") enablePlugins(Example) diff --git a/keywords-Yield/build.sbt b/keywords-Yield/build.sbt index 79b54c27..ad55f935 100644 --- a/keywords-Yield/build.sbt +++ b/keywords-Yield/build.sbt @@ -1,4 +1,4 @@ -libraryDependencies += "com.lihaoyi" %%% "utest" % "0.8.1" % Test +libraryDependencies += "com.lihaoyi" %%% "utest" % "0.8.2" % Test testFrameworks += new TestFramework("utest.runner.Framework") diff --git a/macros-Reset/build.sbt b/macros-Reset/build.sbt index 7fff2748..674e75ca 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.1" % Test +libraryDependencies += "com.lihaoyi" %%% "utest" % "0.8.2" % Test libraryDependencies += "org.scalatest" %%% "scalatest" % "3.2.16" % Test