File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- libraryDependencies += " com.lihaoyi" %%% " utest" % " 0.8.3 " % Test
1
+ libraryDependencies += " com.lihaoyi" %%% " utest" % " 0.8.5 " % Test
2
2
3
3
testFrameworks += new TestFramework (" utest.runner.Framework" )
4
4
enablePlugins(Example )
Original file line number Diff line number Diff line change 1
- libraryDependencies += " com.lihaoyi" %%% " utest" % " 0.8.3 " % Test
1
+ libraryDependencies += " com.lihaoyi" %%% " utest" % " 0.8.5 " % Test
2
2
3
3
testFrameworks += new TestFramework (" utest.runner.Framework" )
4
4
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ libraryDependencies += "com.github.sbt" % "junit-interface" % "0.13.3" % Test
2
2
3
3
libraryDependencies += " junit" % " junit" % " 4.13.2" % Test
4
4
5
- libraryDependencies += " com.lihaoyi" %%% " utest" % " 0.8.3 " % Test
5
+ libraryDependencies += " com.lihaoyi" %%% " utest" % " 0.8.5 " % Test
6
6
7
7
libraryDependencies += " org.scalatest" %%% " scalatest" % " 3.2.16" % Test
8
8
You can’t perform that action at this time.
0 commit comments