Skip to content

Commit

Permalink
cats-effect
Browse files Browse the repository at this point in the history
  • Loading branch information
xuwei-k committed Jan 12, 2024
1 parent 7e1a8bd commit 80833a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ lazy val rules = projectMatrix
"DiscardScalaFuture" -> "scala/concurrent/Future#",
"DiscardMonixTask" -> "monix/eval/Task#",
"DiscardEff" -> "org/atnos/eff/Eff#",
"DiscardCatsEffectIO" -> "cats/effect/IO#",
).map { case (ruleName, tpe) =>
val f = dir / "fix" / s"${ruleName}.scala"
IO.write(
Expand Down

0 comments on commit 80833a0

Please sign in to comment.