From b1042b5c4355aa13cb3439dba24817cd6aadf53f Mon Sep 17 00:00:00 2001 From: Steve Waldman Date: Sat, 2 Mar 2024 21:05:44 -0500 Subject: [PATCH] Switch back to typical rather than rough test resource set. --- build.sc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sc b/build.sc index 535916aa..aa74b3e5 100644 --- a/build.sc +++ b/build.sc @@ -257,7 +257,7 @@ object c3p0 extends RootModule with JavaModule with PublishModule { override def runClasspath : T[Seq[PathRef]] = T{ super.runClasspath() ++ localResources() - // super.runClasspath() ++ localResourcesRough() + //super.runClasspath() ++ localResourcesRough() } override def ivyDeps = T{