Skip to content

Commit

Permalink
Remove Cats Effect Native integration
Browse files Browse the repository at this point in the history
  • Loading branch information
keynmol committed Dec 14, 2024
1 parent 1d5c746 commit 344c4c2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ lazy val refinedJS = refined.js
lazy val refinedNative = refined.native

lazy val effect =
crossProject(JSPlatform, JVMPlatform, NativePlatform)
crossProject(JSPlatform, JVMPlatform)
.in(file("effect"))
.settings(defaultSettings)
.settings(
Expand All @@ -196,11 +196,10 @@ lazy val effect =
.jvmSettings(
mimaPreviousArtifacts := Set(organization.value %% moduleName.value % mimaPreviousVersion)
)
.platformsSettings(JSPlatform, NativePlatform)(coverageEnabled := false)
.platformsSettings(JSPlatform)(coverageEnabled := false)

lazy val effectJVM = effect.jvm
lazy val effectJS = effect.js
lazy val effectNative = effect.native

lazy val doc =
project
Expand Down

0 comments on commit 344c4c2

Please sign in to comment.