From be135401d982a138295220250f355cce46e2c8ac Mon Sep 17 00:00:00 2001 From: 47erbot Date: Mon, 8 Jan 2024 06:38:32 +0100 Subject: [PATCH] Update avrohugger-core to 2.8.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 69e37bac..7e452586 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" % "1.15.0", - "com.julianpeeters" %% "avrohugger-core" % "2.8.1" % Test, + "com.julianpeeters" %% "avrohugger-core" % "2.8.2" % 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,