From b904848d39f38cf9a458581b9850c79e7845918e Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 20 Feb 2024 01:11:45 +0000 Subject: [PATCH] Update sbt-avrohugger to 2.8.3 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 81204fb..c1fe5d8 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -2,4 +2,4 @@ logLevel := Level.Info addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.2") addSbtPlugin("com.cavorite" % "sbt-avro-1-8" % "1.1.9") -addSbtPlugin("com.julianpeeters" % "sbt-avrohugger" % "2.0.0-RC22") +addSbtPlugin("com.julianpeeters" % "sbt-avrohugger" % "2.8.3")