Skip to content

Commit 8897d69

Browse files
authored
Update smithy4s-json to 0.18.7
1 parent 6e91c7f commit 8897d69

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ lazy val `jsoniter-scala-benchmark` = crossProject(JVMPlatform, JSPlatform)
249249
"io.circe" %%% "circe-generic" % "0.14.6",
250250
"io.circe" %%% "circe-parser" % "0.14.6",
251251
"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",
253253
"org.json4s" %% "json4s-jackson" % "4.1.0-M4",
254254
"org.json4s" %% "json4s-native" % "4.1.0-M4",
255255
"com.rallyhealth" %% "weepickle-v1" % "1.9.1",
@@ -293,4 +293,4 @@ lazy val `jsoniter-scala-benchmarkJS` = `jsoniter-scala-benchmark`.js
293293
.settings({
294294
if (assemblyJSBenchmarks) Seq(scalaJSLinkerConfig ~= { _.withModuleKind(ModuleKind.NoModule) }, Test / test := {})
295295
else Seq(Test / requireJsDomEnv := true)
296-
}:_*)
296+
}:_*)

0 commit comments

Comments
 (0)