From 321413447603ad424750c46e4710a6fc42cf6041 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 20 Jun 2026 17:25:57 +0000 Subject: [PATCH] Update jsoniter-scala-core, ... to 2.38.16 --- build.sbt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build.sbt b/build.sbt index 6f2e43e14..6aa249880 100644 --- a/build.sbt +++ b/build.sbt @@ -428,8 +428,8 @@ lazy val scalus = crossProject(JSPlatform, JVMPlatform, NativePlatform) libraryDependencies += "org.typelevel" %%% "cats-parse" % "1.1.0", libraryDependencies += "org.typelevel" %%% "paiges-core" % "0.4.4", libraryDependencies += "com.lihaoyi" %%% "upickle" % "4.4.3", - libraryDependencies += "com.github.plokhotnyuk.jsoniter-scala" %%% "jsoniter-scala-core" % "2.38.15", - libraryDependencies += "com.github.plokhotnyuk.jsoniter-scala" %%% "jsoniter-scala-macros" % "2.38.15" % "compile", + libraryDependencies += "com.github.plokhotnyuk.jsoniter-scala" %%% "jsoniter-scala-core" % "2.38.16", + libraryDependencies += "com.github.plokhotnyuk.jsoniter-scala" %%% "jsoniter-scala-macros" % "2.38.16" % "compile", libraryDependencies ++= Seq( "io.bullet" %%% "borer-core" % borerVersion, "io.bullet" %%% "borer-derivation" % borerVersion @@ -884,8 +884,8 @@ lazy val scalusEthereumKzgCeremony = project crossScalaVersions := Seq(scala3LtsVersion, scala3NextVersion), name := "scalus-ethereum-kzg-ceremony", scalacOptions ++= commonScalacOptions, - libraryDependencies += "com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-core" % "2.38.15", - libraryDependencies += "com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-macros" % "2.38.15" % "compile", + libraryDependencies += "com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-core" % "2.38.16", + libraryDependencies += "com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-macros" % "2.38.16" % "compile", ) lazy val scalusCardanoLedgerIt = project