From 504d647eb43d02ad1c59873dce8d572ec7dc3e16 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 26 Aug 2023 02:49:10 +0000 Subject: [PATCH] Update jsoniter-scala-macros to 2.23.3 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 4d2643c..033df4e 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.23.2", + "com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-macros" % "2.23.3", "org.jfree" % "jfreechart" % "1.5.4" )