From a907a0bcb0117093c35c5211d597f128a940fe4b Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 4 Feb 2023 20:46:49 +0000 Subject: [PATCH] Update each to 3.3.2 --- OpenCL/build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenCL/build.sbt b/OpenCL/build.sbt index 44b2ecc0..6414e6a6 100644 --- a/OpenCL/build.sbt +++ b/OpenCL/build.sbt @@ -35,6 +35,6 @@ fork := true scalacOptions += "-Ypartial-unification" -libraryDependencies += "com.thoughtworks.each" %% "each" % "3.3.1" +libraryDependencies += "com.thoughtworks.each" %% "each" % "3.3.2" enablePlugins(Example)