From 31d92d0fcaf68284a24324d1fecb37f5cf26b046 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E5=8D=9A=20=28Yang=20Bo=29?= Date: Thu, 10 May 2018 10:12:26 +0800 Subject: [PATCH] Remove unnecessary `lwjgl` dependency This dependency should be added by `lwjgl-opencl` automatically --- OpenCL/build.sbt | 2 -- 1 file changed, 2 deletions(-) diff --git a/OpenCL/build.sbt b/OpenCL/build.sbt index fefd4638..6930c1eb 100644 --- a/OpenCL/build.sbt +++ b/OpenCL/build.sbt @@ -11,8 +11,6 @@ libraryDependencies += ("org.lwjgl" % "lwjgl" % "3.1.6" % Optional).jar().classi } } -libraryDependencies += "org.lwjgl" % "lwjgl" % "3.1.6" - libraryDependencies += "org.lwjgl" % "lwjgl-opencl" % "3.1.6" libraryDependencies += "com.thoughtworks.raii" %% "asynchronous" % "3.0.0-M11"