File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -249,7 +249,7 @@ lazy val `jsoniter-scala-benchmark` = crossProject(JVMPlatform, JSPlatform)
249
249
" io.circe" %%% " circe-generic" % " 0.14.6" ,
250
250
" io.circe" %%% " circe-parser" % " 0.14.6" ,
251
251
" io.circe" %%% " circe-jawn" % " 0.14.6" ,
252
- " com.disneystreaming.smithy4s" %%% " smithy4s-json" % " 0.18.6 " ,
252
+ " com.disneystreaming.smithy4s" %%% " smithy4s-json" % " 0.18.7 " ,
253
253
" org.json4s" %% " json4s-jackson" % " 4.1.0-M4" ,
254
254
" org.json4s" %% " json4s-native" % " 4.1.0-M4" ,
255
255
" com.rallyhealth" %% " weepickle-v1" % " 1.9.1" ,
@@ -293,4 +293,4 @@ lazy val `jsoniter-scala-benchmarkJS` = `jsoniter-scala-benchmark`.js
293
293
.settings({
294
294
if (assemblyJSBenchmarks) Seq (scalaJSLinkerConfig ~= { _.withModuleKind(ModuleKind .NoModule ) }, Test / test := {})
295
295
else Seq (Test / requireJsDomEnv := true )
296
- }:_* )
296
+ }:_* )
You can’t perform that action at this time.
0 commit comments