Skip to content

Commit

Permalink
Build refined-cats for Scala Native
Browse files Browse the repository at this point in the history
  • Loading branch information
fthomas committed Mar 3, 2023
1 parent 8947239 commit 5ed7bea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def macroParadise(configuration: Configuration): Def.Initialize[Seq[ModuleID]] =
}

val moduleCrossPlatformMatrix: Map[String, List[Platform]] = Map(
"cats" -> List(JVMPlatform, JSPlatform),
"cats" -> List(JVMPlatform, JSPlatform, NativePlatform),
"core" -> List(JVMPlatform, JSPlatform, NativePlatform),
"eval" -> List(JVMPlatform),
"jsonpath" -> List(JVMPlatform),
Expand Down

0 comments on commit 5ed7bea

Please sign in to comment.