You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
libraryDependencies ++=Seq(
// Use the %%% operator instead of %% for Scala.js and Scala Native "com.github.plokhotnyuk.jsoniter-scala"%%"jsoniter-scala-core"%"2.30.11",
// Use the "provided" scope instead when the "compile-internal" scope is not supported "com.github.plokhotnyuk.jsoniter-scala"%%"jsoniter-scala-macros"%"2.30.11"%"compile-internal"
)
Considering that, how should I import neotype-jsoniter?
Should it be compile-internal as well?
The text was updated successfully, but these errors were encountered:
jsoniter-scala
instructs you to do the following:Considering that, how should I import
neotype-jsoniter
?Should it be
compile-internal
as well?The text was updated successfully, but these errors were encountered: