Skip to content

Commit

Permalink
Temporarily disabling TypelevelScalaNativeGitHubPlugin
Browse files Browse the repository at this point in the history
  • Loading branch information
darkfrog26 committed Apr 18, 2024
1 parent 140507e commit b11022a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.sbt
Expand Up @@ -96,6 +96,7 @@ lazy val core = crossProject(JSPlatform, JVMPlatform, NativePlatform)
)
}
)
.disablePlugins(TypelevelScalaNativeGitHubPlugin)

lazy val io = crossProject(JSPlatform, JVMPlatform)
.crossType(CrossType.Full)
Expand Down Expand Up @@ -134,6 +135,7 @@ lazy val reactify = crossProject(JSPlatform, JVMPlatform, NativePlatform)
)
)
.dependsOn(core)
.disablePlugins(TypelevelScalaNativeGitHubPlugin)

lazy val bench = project
.in(file("bench"))
Expand Down

0 comments on commit b11022a

Please sign in to comment.