Skip to content

Commit

Permalink
enable scala-native Scala 3
Browse files Browse the repository at this point in the history
  • Loading branch information
xuwei-k committed Jun 23, 2022
1 parent 5df95f9 commit 3a7da74
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 @@ -191,7 +191,6 @@ lazy val commonJvmSettings = Seq(
)

lazy val commonNativeSettings = Def.settings(
disableScala3, // TODO https://github.com/typelevel/cats/issues/4117
)

lazy val effSettings =
Expand Down

0 comments on commit 3a7da74

Please sign in to comment.