Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.

Commit 33c2f0d

Browse files
committed
chore(deps): update dependency com.github.plokhotnyuk.jsoniter-scala:jsoniter-scala-macros to v2.30.7
1 parent 0437eca commit 33c2f0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphql/caliban/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ lazy val root = (project in file("."))
1111
libraryDependencies ++= Seq(
1212
"com.github.ghostdogpr" %% "caliban-quick" % "2.8.1",
1313
"com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-core" % "2.30.7",
14-
"com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-macros" % "2.30.6" % Provided,
14+
"com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-macros" % "2.30.7" % Provided,
1515
"org.apache.httpcomponents.client5" % "httpclient5" % "5.3.1",
1616
"dev.zio" %% "zio" % "2.1.6"
1717
)

0 commit comments

Comments
 (0)