From 1a8e9e8458d2e5e08b36a6c3c0d12fc11ac1170d Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 9 May 2025 14:34:47 +0000 Subject: [PATCH] Update sbt-avro to 4.0.1 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index ef18a84f..5577d3e8 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,5 +1,5 @@ addDependencyTreePlugin -addSbtPlugin("com.github.sbt" % "sbt-avro" % "3.5.1") +addSbtPlugin("com.github.sbt" % "sbt-avro" % "4.0.1") addSbtPlugin("org.xerial.sbt" % "sbt-pack" % "0.20") addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.7") addSbtPlugin("com.github.sbt" % "sbt-release" % "1.4.0")