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-macros to v2.30.7
  • Loading branch information
renovate[bot] committed Jul 15, 2024
1 parent 0437eca commit 33c2f0d
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 @@ -11,7 +11,7 @@ lazy val root = (project in file("."))
libraryDependencies ++= Seq(
"com.github.ghostdogpr" %% "caliban-quick" % "2.8.1",
"com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-core" % "2.30.7",
"com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-macros" % "2.30.6" % Provided,
"com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-macros" % "2.30.7" % Provided,
"org.apache.httpcomponents.client5" % "httpclient5" % "5.3.1",
"dev.zio" %% "zio" % "2.1.6"
)
Expand Down

0 comments on commit 33c2f0d

Please sign in to comment.