Skip to content

Commit e62180f

Browse files
committed
Update utest to 0.8.5
1 parent 900e38e commit e62180f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

keywords-Return/build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
libraryDependencies += "com.lihaoyi" %%% "utest" % "0.8.3" % Test
1+
libraryDependencies += "com.lihaoyi" %%% "utest" % "0.8.5" % Test
22

33
testFrameworks += new TestFramework("utest.runner.Framework")
44
enablePlugins(Example)

keywords-Yield/build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
libraryDependencies += "com.lihaoyi" %%% "utest" % "0.8.3" % Test
1+
libraryDependencies += "com.lihaoyi" %%% "utest" % "0.8.5" % Test
22

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

macros-Reset/build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ libraryDependencies += "com.github.sbt" % "junit-interface" % "0.13.3" % Test
22

33
libraryDependencies += "junit" % "junit" % "4.13.2" % Test
44

5-
libraryDependencies += "com.lihaoyi" %%% "utest" % "0.8.3" % Test
5+
libraryDependencies += "com.lihaoyi" %%% "utest" % "0.8.5" % Test
66

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

0 commit comments

Comments
 (0)