From 3e68d91c820f759c4929a2b383580fd59c9d6676 Mon Sep 17 00:00:00 2001 From: 47erbot Date: Mon, 5 Feb 2024 06:28:01 +0100 Subject: [PATCH] Update avrohugger-core to 2.8.3 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 793816c4..6897ee81 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.2" % Test, + "com.julianpeeters" %% "avrohugger-core" % "2.8.3" % 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,