Skip to content

Commit

Permalink
fix sbt 1.2.x compatibility, sbt/sbt#5049
Browse files Browse the repository at this point in the history
  • Loading branch information
nevillelyh committed Apr 15, 2020
1 parent 9c89aa8 commit 182569c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
Expand Down

0 comments on commit 182569c

Please sign in to comment.