Skip to content

Commit

Permalink
Update smithy4s-json to 0.18.24
Browse files Browse the repository at this point in the history
  • Loading branch information
plokhotnyuk committed Sep 11, 2024
1 parent f8b4aa4 commit 8dcdcbb
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -244,8 +244,7 @@ lazy val `jsoniter-scala-circeNative` = `jsoniter-scala-circe`.native

lazy val `jsoniter-scala-benchmark` = crossProject(JVMPlatform, JSPlatform)
.crossType(CrossType.Full)
.dependsOn(`jsoniter-scala-circe`)
.dependsOn(`jsoniter-scala-macros`)
.dependsOn(`jsoniter-scala-macros`, `jsoniter-scala-circe`)
.settings(commonSettings)
.settings(noPublishSettings)
.settings(
Expand All @@ -255,10 +254,10 @@ lazy val `jsoniter-scala-benchmark` = crossProject(JVMPlatform, JSPlatform)
case _ => Seq("-source:3.3", "-Xmax-inlines:100")
}),
libraryDependencies ++= Seq(
"com.disneystreaming.smithy4s" %%% "smithy4s-json" % "0.18.23",
"dev.zio" %%% "zio-json" % "0.7.3",
"org.playframework" %%% "play-json" % "3.0.4",
"com.disneystreaming.smithy4s" %%% "smithy4s-json" % "0.18.24",
"com.evolutiongaming" %%% "play-json-jsoniter" % "0.10.3",
"org.playframework" %%% "play-json" % "3.0.4",
"dev.zio" %%% "zio-json" % "0.7.3",
"io.circe" %%% "circe-generic" % "0.14.10",
"io.circe" %%% "circe-parser" % "0.14.10",
"io.circe" %%% "circe-jawn" % "0.14.10",
Expand Down

0 comments on commit 8dcdcbb

Please sign in to comment.