File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- libraryDependencies += " com.lihaoyi" %%% " utest" % " 0.8.0 " % Test
1+ libraryDependencies += " com.lihaoyi" %%% " utest" % " 0.8.1 " % Test
22
33testFrameworks += new TestFramework (" utest.runner.Framework" )
44enablePlugins(Example )
Original file line number Diff line number Diff line change 1- libraryDependencies += " com.lihaoyi" %%% " utest" % " 0.8.0 " % Test
1+ libraryDependencies += " com.lihaoyi" %%% " utest" % " 0.8.1 " % Test
22
33testFrameworks += new TestFramework (" utest.runner.Framework" )
44
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ libraryDependencies += "com.github.sbt" % "junit-interface" % "0.13.3" % Test
22
33libraryDependencies += " 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
77libraryDependencies += " org.scalatest" %%% " scalatest" % " 3.2.13" % Test
88
You can’t perform that action at this time.
0 commit comments