Skip to content

Commit 77c58e6

Browse files
committed
Add scalatest dependencies
1 parent 220e006 commit 77c58e6

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

cpu/build.sbt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,6 @@ libraryDependencies += ("org.lwjgl" % "lwjgl" % "3.2.2" % Optional).jar().classi
2323
}
2424
}
2525

26-
fork := true
26+
libraryDependencies += "org.scalatest" %% "scalatest" % "3.0.8" % Test
27+
28+
fork := true

gpu/build.sbt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,6 @@ libraryDependencies += ("org.lwjgl" % "lwjgl" % "3.2.2" % Optional).jar().classi
2121
}
2222
}
2323

24-
fork := true
24+
libraryDependencies += "org.scalatest" %% "scalatest" % "3.0.8" % Test
25+
26+
fork := true

0 commit comments

Comments
 (0)