Skip to content

Commit

Permalink
Added implicit-search-limit scalacOptions for tests project
Browse files Browse the repository at this point in the history
  • Loading branch information
takapi327 committed Dec 30, 2024
1 parent d760dd7 commit b67963d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit b67963d

Please sign in to comment.