Skip to content

Commit 5ac7b08

Browse files
committed
Update lwjgl, lwjgl-opencl to 3.2.2
1 parent f82cbcd commit 5ac7b08

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

Memory/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
libraryDependencies += "org.lwjgl" % "lwjgl" % "3.2.1"
1+
libraryDependencies += "org.lwjgl" % "lwjgl" % "3.2.2"

OpenCL/build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
libraryDependencies += ("org.lwjgl" % "lwjgl" % "3.2.1" % Optional).jar().classifier {
1+
libraryDependencies += ("org.lwjgl" % "lwjgl" % "3.2.2" % Optional).jar().classifier {
22
import scala.util.Properties._
33
if (isMac) {
44
"natives-macos"
@@ -11,7 +11,7 @@ libraryDependencies += ("org.lwjgl" % "lwjgl" % "3.2.1" % Optional).jar().classi
1111
}
1212
}
1313

14-
libraryDependencies += "org.lwjgl" % "lwjgl-opencl" % "3.2.1"
14+
libraryDependencies += "org.lwjgl" % "lwjgl-opencl" % "3.2.2"
1515

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

Tensors/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ libraryDependencies += "com.google.guava" % "guava" % "28.0-jre"
44

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

7-
libraryDependencies += ("org.lwjgl" % "lwjgl" % "3.2.1" % Optional).jar().classifier {
7+
libraryDependencies += ("org.lwjgl" % "lwjgl" % "3.2.2" % Optional).jar().classifier {
88
import scala.util.Properties._
99
if (isMac) {
1010
"natives-macos"

benchmarks/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.2.3"
1010

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

13-
libraryDependencies += ("org.lwjgl" % "lwjgl" % "3.2.1").jar().classifier {
13+
libraryDependencies += ("org.lwjgl" % "lwjgl" % "3.2.2").jar().classifier {
1414
import scala.util.Properties._
1515
if (isMac) {
1616
"natives-macos"

cpu/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ exampleSuperTypes := exampleSuperTypes.value.map {
1010

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

13-
libraryDependencies += ("org.lwjgl" % "lwjgl" % "3.2.1" % Optional).jar().classifier {
13+
libraryDependencies += ("org.lwjgl" % "lwjgl" % "3.2.2" % Optional).jar().classifier {
1414
import scala.util.Properties._
1515
if (isMac) {
1616
"natives-macos"

gpu/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ exampleSuperTypes := exampleSuperTypes.value.map {
88
otherTrait
99
}
1010

11-
libraryDependencies += ("org.lwjgl" % "lwjgl" % "3.2.1" % Optional).jar().classifier {
11+
libraryDependencies += ("org.lwjgl" % "lwjgl" % "3.2.2" % Optional).jar().classifier {
1212
import scala.util.Properties._
1313
if (isMac) {
1414
"natives-macos"

0 commit comments

Comments
 (0)