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

Commit 5592580

Browse files
committed
chore(deps): update dependency com.github.plokhotnyuk.jsoniter-scala:jsoniter-scala-core to v2.30.3
1 parent 801c85a commit 5592580

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.1",
13+
"com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-core" % "2.30.3",
1414
"com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-macros" % "2.30.2" % Provided,
1515
"org.apache.httpcomponents.client5" % "httpclient5" % "5.3.1",
1616
"dev.zio" %% "zio" % "2.1.5"

0 commit comments

Comments
 (0)