From be9c980e475272d4bca348c48a5d6fcc733712ce Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 1 Dec 2023 15:48:35 +0000 Subject: [PATCH] Update jsoniter-scala-core, ... to 2.25.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index ec0519a5e..9038e8764 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -18,7 +18,7 @@ addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "1.5.12" libraryDependencies ++= Seq( "com.lihaoyi" %% "os-lib" % "0.8.1", - "com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-macros" % "2.24.4" + "com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-macros" % "2.25.0" ) addDependencyTreePlugin