From d73152233b675815a87c547d287695f591191d7d Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 13 Feb 2022 16:50:01 +0100 Subject: [PATCH] Update shapeless to 2.3.8 --- OpenCL/build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenCL/build.sbt b/OpenCL/build.sbt index 44b2ecc0..b1df2e80 100644 --- a/OpenCL/build.sbt +++ b/OpenCL/build.sbt @@ -25,7 +25,7 @@ libraryDependencies += "com.thoughtworks.feature" %% "mixins-implicitssingleton" libraryDependencies += "com.thoughtworks.feature" %% "factory" % "2.3.0" -libraryDependencies += "com.chuusai" %%% "shapeless" % "2.3.3" +libraryDependencies += "com.chuusai" %%% "shapeless" % "2.3.8" libraryDependencies += "com.typesafe.scala-logging" %% "scala-logging" % "3.9.2"