Skip to content

Commit

Permalink
Remove extra check for -Ysafe-init
Browse files Browse the repository at this point in the history
  • Loading branch information
rochala committed May 7, 2024
1 parent 82b7acd commit 44d593d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@ object projects:
sbtTestCommand = "test",
sbtPublishCommand = "coreJVM/publishLocal;coreJS/publishLocal",
dependencies = List(discipline),
scalacOptions = SbtCommunityProject.scalacOptions.filter(flag => flag != "-Ysafe-init" && flag != "-Wsafe-init")
scalacOptions = SbtCommunityProject.scalacOptions.filter(_ != "-Wsafe-init")
)

lazy val simulacrumScalafixAnnotations = SbtCommunityProject(
Expand Down

0 comments on commit 44d593d

Please sign in to comment.