Skip to content

Commit

Permalink
chore(deps): update dependency com.github.plokhotnyuk.jsoniter-scala:…
Browse files Browse the repository at this point in the history
…jsoniter-scala-core to v2.28.5
  • Loading branch information
renovate[bot] committed May 2, 2024
1 parent 4e7a193 commit 50c3c0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphql/caliban/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ lazy val root = (project in file("."))
run / javaOptions ++= Seq("-Xms4G", "-Xmx4G"),
libraryDependencies ++= Seq(
"com.github.ghostdogpr" %% "caliban-quick" % "2.6.0",
"com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-core" % "2.28.4",
"com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-core" % "2.28.5",
"com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-macros" % "2.28.4" % Provided,
"org.apache.httpcomponents.client5" % "httpclient5" % "5.3.1"
)
Expand Down

0 comments on commit 50c3c0a

Please sign in to comment.