Skip to content

Commit

Permalink
Formatted build.sbt
Browse files Browse the repository at this point in the history
  • Loading branch information
djspiewak committed Aug 6, 2021
1 parent b079480 commit f4e5bd2
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 @@ -362,7 +362,8 @@ lazy val core = crossProject(JSPlatform, JVMPlatform)
ProblemFilters.exclude[DirectMissingMethodProblem]("cats.effect.IO#IOCont.apply"),
ProblemFilters.exclude[DirectMissingMethodProblem]("cats.effect.IO#IOCont.copy"),
ProblemFilters.exclude[DirectMissingMethodProblem]("cats.effect.IO#IOCont.this"),
ProblemFilters.exclude[IncompatibleMethTypeProblem]("cats.effect.unsafe.IORuntimeCompanionPlatform.installGlobal")
ProblemFilters.exclude[IncompatibleMethTypeProblem](
"cats.effect.unsafe.IORuntimeCompanionPlatform.installGlobal")
)
)
.jvmSettings(
Expand Down

0 comments on commit f4e5bd2

Please sign in to comment.