From c10ab01c32326feb236dfb89d82514d64fe31aa7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 02:36:07 +0000 Subject: [PATCH] Update toon4s-core to 0.8.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index c7b282443f..d98e0d64be 100644 --- a/build.sbt +++ b/build.sbt @@ -460,7 +460,7 @@ lazy val benchmarks = project .enablePlugins(JmhPlugin) .settings( libraryDependencies ++= Seq( - "com.vitthalmirji" %% "toon4s-core" % "0.7.0", + "com.vitthalmirji" %% "toon4s-core" % "0.8.1", "com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-macros" % "2.38.8", "com.sksamuel.avro4s" %% "avro4s-core" % "5.0.15", "dev.zio" %% "zio-json" % "0.7.45",