Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Memory/build.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
libraryDependencies += "org.lwjgl" % "lwjgl" % "3.2.3"
libraryDependencies += "org.lwjgl" % "lwjgl" % "3.3.4"
4 changes: 2 additions & 2 deletions OpenCL/build.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
libraryDependencies += ("org.lwjgl" % "lwjgl" % "3.2.3" % Optional).jar().classifier {
libraryDependencies += ("org.lwjgl" % "lwjgl" % "3.3.4" % Optional).jar().classifier {
import scala.util.Properties._
if (isMac) {
"natives-macos"
Expand All @@ -11,7 +11,7 @@ libraryDependencies += ("org.lwjgl" % "lwjgl" % "3.2.3" % Optional).jar().classi
}
}

libraryDependencies += "org.lwjgl" % "lwjgl-opencl" % "3.2.3"
libraryDependencies += "org.lwjgl" % "lwjgl-opencl" % "3.3.4"

libraryDependencies += "com.thoughtworks.raii" %% "asynchronous" % "3.0.0-M11"

Expand Down
2 changes: 1 addition & 1 deletion Tensors/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ libraryDependencies += "com.google.guava" % "guava" % "28.2-jre"

libraryDependencies += "org.scalatest" %% "scalatest" % "3.0.4" % Test

libraryDependencies += ("org.lwjgl" % "lwjgl" % "3.2.3" % Optional).jar().classifier {
libraryDependencies += ("org.lwjgl" % "lwjgl" % "3.3.4" % Optional).jar().classifier {
import scala.util.Properties._
if (isMac) {
"natives-macos"
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.2.3"

libraryDependencies += "org.nd4j" % s"nd4j-${nd4jRuntime.value}-platform" % "0.9.1"

libraryDependencies += ("org.lwjgl" % "lwjgl" % "3.2.3").jar().classifier {
libraryDependencies += ("org.lwjgl" % "lwjgl" % "3.3.4").jar().classifier {
import scala.util.Properties._
if (isMac) {
"natives-macos"
Expand Down
2 changes: 1 addition & 1 deletion cpu/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ exampleSuperTypes := exampleSuperTypes.value.map {

exampleSuperTypes += ctor"_root_.org.scalatest.Inside"

libraryDependencies += ("org.lwjgl" % "lwjgl" % "3.2.3" % Optional).jar().classifier {
libraryDependencies += ("org.lwjgl" % "lwjgl" % "3.3.4" % Optional).jar().classifier {
import scala.util.Properties._
if (isMac) {
"natives-macos"
Expand Down
2 changes: 1 addition & 1 deletion gpu/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ exampleSuperTypes := exampleSuperTypes.value.map {
otherTrait
}

libraryDependencies += ("org.lwjgl" % "lwjgl" % "3.2.3" % Optional).jar().classifier {
libraryDependencies += ("org.lwjgl" % "lwjgl" % "3.3.4" % Optional).jar().classifier {
import scala.util.Properties._
if (isMac) {
"natives-macos"
Expand Down