diff --git a/Benchmark/build.sbt b/Benchmark/build.sbt index 67c67adf..0e849d71 100644 --- a/Benchmark/build.sbt +++ b/Benchmark/build.sbt @@ -13,9 +13,9 @@ val lwjglNatives: String = { } } -libraryDependencies += "org.lwjgl" % "lwjgl" % "3.1.2" classifier lwjglNatives +libraryDependencies += "org.lwjgl" % "lwjgl" % "3.1.5" classifier lwjglNatives -libraryDependencies += "org.lwjgl" % "lwjgl" % "3.1.2" +libraryDependencies += "org.lwjgl" % "lwjgl" % "3.1.5" libraryDependencies += "com.dongxiguo" %% "fastring" % "0.3.1" diff --git a/Memory/build.sbt b/Memory/build.sbt index 0c0b4f59..6e0a546c 100644 --- a/Memory/build.sbt +++ b/Memory/build.sbt @@ -1,3 +1,3 @@ -libraryDependencies += "com.chuusai" %% "shapeless" % "2.3.2" +libraryDependencies += "com.chuusai" %% "shapeless" % "2.3.3" -libraryDependencies += "org.lwjgl" % "lwjgl" % "3.1.2" +libraryDependencies += "org.lwjgl" % "lwjgl" % "3.1.5" diff --git a/OpenCL/build.sbt b/OpenCL/build.sbt index 646733eb..82dfee29 100644 --- a/OpenCL/build.sbt +++ b/OpenCL/build.sbt @@ -11,11 +11,11 @@ val lwjglNatives: String = { } } -libraryDependencies += "org.lwjgl" % "lwjgl-opencl" % "3.1.2" +libraryDependencies += "org.lwjgl" % "lwjgl-opencl" % "3.1.5" -libraryDependencies += "org.lwjgl" % "lwjgl" % "3.1.2" +libraryDependencies += "org.lwjgl" % "lwjgl" % "3.1.5" -libraryDependencies += "org.lwjgl" % "lwjgl" % "3.1.2" % Test classifier lwjglNatives +libraryDependencies += "org.lwjgl" % "lwjgl" % "3.1.5" % Test classifier lwjglNatives libraryDependencies += "com.thoughtworks.raii" %% "asynchronous" % "3.0.0-M7" @@ -29,7 +29,7 @@ libraryDependencies += "com.thoughtworks.feature" %% "mixins-implicitssingleton" libraryDependencies += "com.thoughtworks.feature" %% "factory" % "2.3.0-M4" -libraryDependencies += "org.scalatest" %% "scalatest" % "3.0.3" % Test +libraryDependencies += "org.scalatest" %% "scalatest" % "3.0.4" % Test fork := true diff --git a/OpenCLCodeGenerator/build.sbt b/OpenCLCodeGenerator/build.sbt index 71f57cfa..b82a7ad8 100644 --- a/OpenCLCodeGenerator/build.sbt +++ b/OpenCLCodeGenerator/build.sbt @@ -4,7 +4,7 @@ addCompilerPlugin("org.scalamacros" % "paradise" % "2.1.0" cross CrossVersion.pa libraryDependencies += "com.dongxiguo" %% "fastring" % "0.3.1" -libraryDependencies += "com.chuusai" %% "shapeless" % "2.3.2" +libraryDependencies += "com.chuusai" %% "shapeless" % "2.3.3" val lwjglNatives: String = { import scala.util.Properties._ @@ -19,10 +19,10 @@ val lwjglNatives: String = { } } -libraryDependencies += "org.lwjgl" % "lwjgl-opencl" % "3.1.2" % Test +libraryDependencies += "org.lwjgl" % "lwjgl-opencl" % "3.1.5" % Test -libraryDependencies += "org.lwjgl" % "lwjgl" % "3.1.2" % Test +libraryDependencies += "org.lwjgl" % "lwjgl" % "3.1.5" % Test -libraryDependencies += "org.lwjgl" % "lwjgl" % "3.1.2" % Runtime classifier lwjglNatives +libraryDependencies += "org.lwjgl" % "lwjgl" % "3.1.5" % Runtime classifier lwjglNatives fork := true