From 58efedb28c368f39e6447877b1f979aa5b170525 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Sun, 29 Oct 2023 05:25:54 +0100 Subject: [PATCH] Update jsoniter-scala-macros to 2.24.3 (#476) --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 9eacab8..fe5595d 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -13,6 +13,6 @@ addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.3") addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.3.11") libraryDependencies ++= Seq( - "com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-macros" % "2.24.2", + "com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-macros" % "2.24.3", "org.jfree" % "jfreechart" % "1.5.4" )