Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.3" % Test
libraryDependencies += "com.lihaoyi" %%% "utest" % "0.8.9" % 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.3" % Test
libraryDependencies += "com.lihaoyi" %%% "utest" % "0.8.9" % 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.3" % Test
libraryDependencies += "com.lihaoyi" %%% "utest" % "0.8.9" % Test

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

Expand Down
Loading