Skip to content

Commit

Permalink
Remove -Yretain-trees option.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdziuban committed Feb 23, 2024
1 parent 961667d commit d34f728
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ lazy val root = project.in(file("."))
version := "0.14.0",
scalaVersion := scalaV,

Test / scalacOptions += "-Yretain-trees",
Compile / doc / scalacOptions += "-skip-by-regex:^scalats\\.BuildInfo\\$$",

libraryDependencies ++= Seq(
Expand Down

0 comments on commit d34f728

Please sign in to comment.