From 51877aa3fb14709c4221c2e991a79bb82a085e19 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 1 Sep 2019 21:44:09 +0200 Subject: [PATCH] Update lwjgl to 3.2.3 --- plugins-CumulativeTensorLayers/build.sbt | 2 +- plugins-TensorLayers/build.sbt | 2 +- plugins-TensorLiterals/build.sbt | 2 +- plugins-TensorWeights/build.sbt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/plugins-CumulativeTensorLayers/build.sbt b/plugins-CumulativeTensorLayers/build.sbt index 8df33de2..f844af9b 100644 --- a/plugins-CumulativeTensorLayers/build.sbt +++ b/plugins-CumulativeTensorLayers/build.sbt @@ -1,4 +1,4 @@ -libraryDependencies += ("org.lwjgl" % "lwjgl" % "3.1.6" % Optional).jar().classifier { +libraryDependencies += ("org.lwjgl" % "lwjgl" % "3.2.3" % Optional).jar().classifier { import scala.util.Properties._ if (isMac) { "natives-macos" diff --git a/plugins-TensorLayers/build.sbt b/plugins-TensorLayers/build.sbt index 683111e6..28539221 100644 --- a/plugins-TensorLayers/build.sbt +++ b/plugins-TensorLayers/build.sbt @@ -1,4 +1,4 @@ -libraryDependencies += ("org.lwjgl" % "lwjgl" % "3.1.6" % Optional).jar().classifier { +libraryDependencies += ("org.lwjgl" % "lwjgl" % "3.2.3" % Optional).jar().classifier { import scala.util.Properties._ if (isMac) { "natives-macos" diff --git a/plugins-TensorLiterals/build.sbt b/plugins-TensorLiterals/build.sbt index 11335696..333fa5b4 100644 --- a/plugins-TensorLiterals/build.sbt +++ b/plugins-TensorLiterals/build.sbt @@ -1,4 +1,4 @@ -libraryDependencies += ("org.lwjgl" % "lwjgl" % "3.1.6" % Optional).jar().classifier { +libraryDependencies += ("org.lwjgl" % "lwjgl" % "3.2.3" % Optional).jar().classifier { import scala.util.Properties._ if (isMac) { "natives-macos" diff --git a/plugins-TensorWeights/build.sbt b/plugins-TensorWeights/build.sbt index 683111e6..28539221 100644 --- a/plugins-TensorWeights/build.sbt +++ b/plugins-TensorWeights/build.sbt @@ -1,4 +1,4 @@ -libraryDependencies += ("org.lwjgl" % "lwjgl" % "3.1.6" % Optional).jar().classifier { +libraryDependencies += ("org.lwjgl" % "lwjgl" % "3.2.3" % Optional).jar().classifier { import scala.util.Properties._ if (isMac) { "natives-macos"