From b67963dd69737840ea15b6be239fc1fdea36d272 Mon Sep 17 00:00:00 2001 From: takapi327 Date: Mon, 30 Dec 2024 19:35:55 +0900 Subject: [PATCH] Added implicit-search-limit scalacOptions for tests project --- build.sbt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index b19c819e1..6dadfc8b6 100644 --- a/build.sbt +++ b/build.sbt @@ -201,7 +201,8 @@ lazy val tests = crossProject(JVMPlatform) .settings( name := "tests", description := "Projects for testing", - Test / fork := true + Test / fork := true, + scalacOptions += "-Ximplicit-search-limit:100000" ) .defaultSettings .settings(