Skip to content

Commit 1ad88d7

Browse files
Update utest to 0.8.1 (#625)
1 parent bcf744d commit 1ad88d7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

keywords-Return/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
libraryDependencies += "com.lihaoyi" %%% "utest" % "0.8.0" % Test
1+
libraryDependencies += "com.lihaoyi" %%% "utest" % "0.8.1" % Test
22

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

keywords-Yield/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
libraryDependencies += "com.lihaoyi" %%% "utest" % "0.8.0" % Test
1+
libraryDependencies += "com.lihaoyi" %%% "utest" % "0.8.1" % Test
22

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

macros-Reset/build.sbt

Lines changed: 1 addition & 1 deletion
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.0" % Test
5+
libraryDependencies += "com.lihaoyi" %%% "utest" % "0.8.1" % Test
66

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

0 commit comments

Comments
 (0)