Skip to content

Commit

Permalink
Add -Ysafe-init compiler option
Browse files Browse the repository at this point in the history
  • Loading branch information
lenguyenthanh committed Mar 14, 2024
1 parent 7463f49 commit 8c614fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ lazy val app = project
.settings(
name := "lila-fishnet",
organization := "org.lichess",
scalacOptions ++= Seq("-source:future", "-rewrite", "-indent", "-explain", "-Wunused:all", "-release:21"),
scalacOptions ++= Seq("-source:future", "-rewrite", "-indent", "-explain", "-Wunused:all", "-release:21", "-Ysafe-init"),
resolvers ++= Seq(Dependencies.lilaMaven),
libraryDependencies ++= Seq(
catsCore,
Expand Down

0 comments on commit 8c614fa

Please sign in to comment.