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 9aa59fa commit 0c8b03eCopy full SHA for 0c8b03e
Tensors/build.sbt
@@ -4,7 +4,7 @@ libraryDependencies += "com.google.guava" % "guava" % "23.6-jre"
4
5
libraryDependencies += "org.scalatest" %% "scalatest" % "3.0.4" % Test
6
7
-libraryDependencies += ("org.lwjgl" % "lwjgl" % "3.1.6" % Runtime).jar().classifier {
+libraryDependencies += ("org.lwjgl" % "lwjgl" % "3.1.6" % Test).jar().classifier {
8
import scala.util.Properties._
9
if (isMac) {
10
"natives-macos"
0 commit comments