julianpeeters / sbt-avrohugger

sbt plugin for generating Scala sources for Apache Avro schemas and protocols.
Apache License 2.0
133 stars 50 forks source link

dependency syntax error #20

Closed sagarwal-atg closed 8 years ago

sagarwal-atg commented 8 years ago

build.sbt dependency should be

"com.julianpeeters" %% "avrohugger-core" % "0.11.0" ^ instead of

"com.julianpeeters" % "avrohugger-core" %% "0.11.0"

mariussoutier commented 8 years ago

When using sbt-avrohugger you should not have to import avrohugger-core, or what are you referring to?

julianpeeters commented 8 years ago

oohhhh, must have been this: https://github.com/julianpeeters/avrohugger/pull/39