We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 220e006 commit 77c58e6Copy full SHA for 77c58e6
cpu/build.sbt
@@ -23,4 +23,6 @@ libraryDependencies += ("org.lwjgl" % "lwjgl" % "3.2.2" % Optional).jar().classi
23
}
24
25
26
-fork := true
+libraryDependencies += "org.scalatest" %% "scalatest" % "3.0.8" % Test
27
+
28
+fork := true
gpu/build.sbt
@@ -21,4 +21,6 @@ libraryDependencies += ("org.lwjgl" % "lwjgl" % "3.2.2" % Optional).jar().classi
21
22
0 commit comments