From e62180f2819b16c0a6e77c93f97c3b1b6ce8d6bb Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 12 Jan 2025 21:46:07 +0000 Subject: [PATCH] Update utest to 0.8.5 --- 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 b9cdfce7..84d650bb 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.5" % Test testFrameworks += new TestFramework("utest.runner.Framework") enablePlugins(Example) diff --git a/keywords-Yield/build.sbt b/keywords-Yield/build.sbt index bb1c5c4c..5df3c550 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.5" % Test testFrameworks += new TestFramework("utest.runner.Framework") diff --git a/macros-Reset/build.sbt b/macros-Reset/build.sbt index 2a36ade8..b9360b32 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.5" % Test libraryDependencies += "org.scalatest" %%% "scalatest" % "3.2.16" % Test