From 0423a6a2b942fb475328a9c1d89db5e59064d301 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 30 Jan 2024 19:45:30 +0000 Subject: [PATCH] Update jsoniter-scala-macros to 2.28.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index ad8338f..0327e61 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.27.7", + "com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-macros" % "2.28.0", "org.jfree" % "jfreechart" % "1.5.4" )