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
@@ -141,7 +141,8 @@ val exampleServer = projectMatrix
141
141
commonSettings,
142
142
publish / skip :=true,
143
143
libraryDependencies ++=Seq(
144
-
"co.fs2"%%%"fs2-io"% fs2Version
144
+
"co.fs2"%%%"fs2-io"% fs2Version,
145
+
"io.circe"%%%"circe-generic"%"0.14.7"
145
146
)
146
147
)
147
148
.disablePlugins(MimaPlugin)
@@ -161,7 +162,8 @@ val exampleClient = projectMatrix
161
162
commonSettings,
162
163
publish / skip :=true,
163
164
libraryDependencies ++=Seq(
164
-
"co.fs2"%%%"fs2-io"% fs2Version
165
+
"co.fs2"%%%"fs2-io"% fs2Version,
166
+
"io.circe"%%%"circe-generic"%"0.14.7"
165
167
)
166
168
)
167
169
.disablePlugins(MimaPlugin)
@@ -236,17 +238,7 @@ val root = project
236
238
).flatMap(_.projectRefs):_*
237
239
)
238
240
239
-
// The core compiles are a workaround for https://github.com/plokhotnyuk/jsoniter-scala/issues/564
240
-
// when we switch to SN 0.5, we can use `makeWithSkipNestedOptionValues` instead: https://github.com/plokhotnyuk/jsoniter-scala/issues/564#issuecomment-2787096068
0 commit comments