From 60dccbf6dc0aacfb3ab97311494555eced1c8e0b Mon Sep 17 00:00:00 2001 From: 47erbot Date: Mon, 25 Sep 2023 07:17:19 +0200 Subject: [PATCH] Update avrohugger-core to 1.5.4 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 6948668e..7c3092d6 100644 --- a/build.sbt +++ b/build.sbt @@ -76,7 +76,7 @@ lazy val commonSettings = Seq( "io.circe" %% "circe-core" % "0.14.6", "io.circe" %% "circe-parser" % "0.14.6", "io.circe" %% "circe-yaml" % "0.14.2", - "com.julianpeeters" %% "avrohugger-core" % "1.5.2" % Test, + "com.julianpeeters" %% "avrohugger-core" % "1.5.4" % Test, "org.typelevel" %% "cats-laws" % "2.10.0" % Test, "io.circe" %% "circe-testing" % "0.14.6" % Test, "org.typelevel" %% "discipline-specs2" % "1.4.0" % Test,