From 47908657ee7ffeb9e3dba1a399a2938bcded2648 Mon Sep 17 00:00:00 2001 From: Ben Gyori Date: Tue, 17 Oct 2023 22:06:11 -0400 Subject: [PATCH] Add bioresources to build --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 3b3096a55..b6bf9731d 100644 --- a/build.sbt +++ b/build.sbt @@ -63,7 +63,7 @@ lazy val commonSettings = Seq( lazy val root = (project in file(".")) .settings(commonSettings: _*) - .aggregate(processors, main, causalAssembly, export) + .aggregate(processors, main, causalAssembly, export, bioresources) .dependsOn(main % "test->test;compile", causalAssembly, export) // so that we can import from the console .settings( name := "reach-exe",