We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 183a609 commit a63954bCopy full SHA for a63954b
Closeables/src/main/scala/com/thoughtworks/compute/Closeables.scala
build.sbt
@@ -4,9 +4,7 @@ organization in ThisBuild := "com.thoughtworks.compute"
4
5
lazy val Memory = project
6
7
-lazy val Closeables = project
8
-
9
-lazy val OpenCL = project.dependsOn(Closeables, Memory)
+lazy val OpenCL = project.dependsOn(Memory)
10
11
lazy val OpenCLCodeGenerator = project.dependsOn(Memory)
12
0 commit comments