From ec70501f23d77959adf164b2e0fbbb8d5e504944 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Mon, 21 Oct 2024 07:15:33 +0200 Subject: [PATCH] Update jsoniter-scala-macros to 2.31.0 (#550) --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 772c327..c67f0ec 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -13,6 +13,6 @@ addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.3.14") addSbtPlugin("com.github.sbt" % "sbt-git" % "2.1.0") libraryDependencies ++= Seq( - "com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-macros" % "2.30.15", + "com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-macros" % "2.31.0", "org.jfree" % "jfreechart" % "1.5.5" )