From a4d3825d0f6c62f22ca3d0687d7ec69758cc36d1 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 2 Jun 2024 22:13:00 +0000 Subject: [PATCH] Update jsoniter-scala-core, ... to 2.30.1 --- build.sc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sc b/build.sc index 7e38a2a..df4d196 100644 --- a/build.sc +++ b/build.sc @@ -27,8 +27,8 @@ trait Cli extends ScalaModule with ScalaJsCliPublishModule { ivy"org.scala-js::scalajs-linker:$scalaJsVersion", ivy"com.github.scopt::scopt:4.1.0", ivy"com.lihaoyi::os-lib:0.10.2", - ivy"com.github.plokhotnyuk.jsoniter-scala::jsoniter-scala-core:2.29.0", // This is the java8 version of jsoniter, according to scala-cli build - ivy"com.github.plokhotnyuk.jsoniter-scala::jsoniter-scala-macros:2.29.0", // This is the java8 version of jsoniter, according to scala-cli build + ivy"com.github.plokhotnyuk.jsoniter-scala::jsoniter-scala-core:2.30.1", // This is the java8 version of jsoniter, according to scala-cli build + ivy"com.github.plokhotnyuk.jsoniter-scala::jsoniter-scala-macros:2.30.1", // This is the java8 version of jsoniter, according to scala-cli build ivy"com.armanbilge::scalajs-importmap:0.1.1" ) def mainClass = Some("org.scalajs.cli.Scalajsld")