Skip to content

Commit

Permalink
Update utest to 0.8.3 (#706)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored May 3, 2024
1 parent af34c90 commit 2d7d6b8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion keywords-Return/build.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
libraryDependencies += "com.lihaoyi" %%% "utest" % "0.8.1" % Test
libraryDependencies += "com.lihaoyi" %%% "utest" % "0.8.3" % Test

testFrameworks += new TestFramework("utest.runner.Framework")
enablePlugins(Example)
Expand Down
2 changes: 1 addition & 1 deletion keywords-Yield/build.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
libraryDependencies += "com.lihaoyi" %%% "utest" % "0.8.1" % Test
libraryDependencies += "com.lihaoyi" %%% "utest" % "0.8.3" % Test

testFrameworks += new TestFramework("utest.runner.Framework")

Expand Down
2 changes: 1 addition & 1 deletion macros-Reset/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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.3" % Test

libraryDependencies += "org.scalatest" %%% "scalatest" % "3.2.16" % Test

Expand Down

0 comments on commit 2d7d6b8

Please sign in to comment.