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

Commit 64e2f50

Browse files
committed
chore(deps): update dependency com.github.plokhotnyuk.jsoniter-scala:jsoniter-scala-core to v2.30.7
1 parent 64714dc commit 64e2f50

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
@@ -10,7 +10,7 @@ lazy val root = (project in file("."))
1010
run / javaOptions ++= Seq("-Xms4G", "-Xmx4G"),
1111
libraryDependencies ++= Seq(
1212
"com.github.ghostdogpr" %% "caliban-quick" % "2.8.1",
13-
"com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-core" % "2.30.6",
13+
"com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-core" % "2.30.7",
1414
"com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-macros" % "2.30.6" % Provided,
1515
"org.apache.httpcomponents.client5" % "httpclient5" % "5.3.1",
1616
"dev.zio" %% "zio" % "2.1.6"

0 commit comments

Comments
 (0)