From d7542b91b8fea57e4e7a256d157aa22f0db00796 Mon Sep 17 00:00:00 2001 From: Yang Bo Date: Tue, 16 Jan 2018 10:04:59 +0800 Subject: [PATCH 1/2] Upgrade shapeless --- Memory/build.sbt | 2 +- OpenCLCodeGenerator/build.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Memory/build.sbt b/Memory/build.sbt index 0c0b4f59..0971436d 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" diff --git a/OpenCLCodeGenerator/build.sbt b/OpenCLCodeGenerator/build.sbt index 71f57cfa..0f33bc36 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._ From a0cdd50356861c574563fec4392f455e9129e339 Mon Sep 17 00:00:00 2001 From: Yang Bo Date: Tue, 16 Jan 2018 10:57:51 +0800 Subject: [PATCH 2/2] Upgrade dependencies --- Benchmark/build.sbt | 4 ++-- Memory/build.sbt | 2 +- OpenCL/build.sbt | 8 ++++---- OpenCLCodeGenerator/build.sbt | 6 +++--- 4 files changed, 10 insertions(+), 10 deletions(-) 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 0971436d..6e0a546c 100644 --- a/Memory/build.sbt +++ b/Memory/build.sbt @@ -1,3 +1,3 @@ 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 0f33bc36..b82a7ad8 100644 --- a/OpenCLCodeGenerator/build.sbt +++ b/OpenCLCodeGenerator/build.sbt @@ -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