Skip to content

Commit

Permalink
Remove workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
armanbilge committed Sep 11, 2023
1 parent 9f53a9b commit 5f4bcb3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,7 @@ lazy val core = crossProject(JSPlatform, JVMPlatform, NativePlatform)
.settings(macroSettings)
.settings(Compile / sourceGenerators += (Compile / sourceManaged).map(Boilerplate.gen).taskValue)
.settings(
libraryDependencies += "org.scalacheck" %%% "scalacheck" % scalaCheckVersion % Test,
Compile / doc / scalacOptions ~= { _.filterNot(_.startsWith("-W")) } // weird bug
libraryDependencies += "org.scalacheck" %%% "scalacheck" % scalaCheckVersion % Test
)
.settings(testingDependencies)
.jsSettings(commonJsSettings)
Expand Down

0 comments on commit 5f4bcb3

Please sign in to comment.