Skip to content
This repository was archived by the owner on Mar 23, 2022. It is now read-only.

Commit

Permalink
Use Avro 1.7.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael G. Noll committed Dec 14, 2015
1 parent 72dfe76 commit 270a7d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ scalaVersion := "2.10.5"
seq(sbtavro.SbtAvro.avroSettings : _*)

// Configure the desired Avro version. sbt-avro automatically injects a libraryDependency.
(version in avroConfig) := "1.7.6"
(version in avroConfig) := "1.7.7"

// Look for *.avsc etc. files in src/test/avro
(sourceDirectory in avroConfig) <<= (sourceDirectory in Compile)(_ / "avro")
Expand Down

0 comments on commit 270a7d6

Please sign in to comment.