From 182569c11a9c469abe85e2e510707fda44c7ec94 Mon Sep 17 00:00:00 2001 From: Neville Li Date: Wed, 15 Apr 2020 10:40:50 -0400 Subject: [PATCH] fix sbt 1.2.x compatibility, sbt/sbt#5049 --- build.sbt | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sbt b/build.sbt index aab0fe6..7c3e074 100644 --- a/build.sbt +++ b/build.sbt @@ -17,6 +17,7 @@ lazy val `sbt-avro`: Project = project homepage := Some(url("https://github.com/sbt/sbt-avro")), sbtPlugin := true, + pluginCrossBuild / sbtVersion := "1.2.8", scalaVersion := appConfiguration.value.provider.scalaProvider.version, scalacOptions in Compile ++= Seq("-deprecation"),