From d501110bb1147085e737612be30c2e4891fcd034 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 17 Feb 2022 08:21:58 +0100 Subject: [PATCH] Update sbt-avrohugger to 2.0.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 81204fb..357e25f 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.0.0")