Skip to content

Commit

Permalink
Encoder/ Decoder for Apache Avro (#563)
Browse files Browse the repository at this point in the history
* encoder for avro

* partial decoder implementation

* completed implementation of decoder

* fixed build

* fixed tests

* removed duplicated tests

* fixed scala 3.x and scala 2.12.x builds

* scala 3.x syntax breaks fmt

* fixed scala 2.x compilation and tests

* fixed scala 3.x compilation
  • Loading branch information
devsprint authored May 24, 2023
1 parent 62ace4d commit 651ad37
Show file tree
Hide file tree
Showing 5 changed files with 4,535 additions and 2,903 deletions.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@ lazy val zioSchemaAvro = crossProject(JSPlatform, JVMPlatform)
.in(file("zio-schema-avro"))
.dependsOn(zioSchema, zioSchemaDerivation, tests % "test->test")
.settings(stdSettings("zio-schema-avro"))
.settings(dottySettings)
.settings(crossProjectSettings)
.settings(buildInfoSettings("zio.schema.avro"))
.settings(
Expand Down
Loading

0 comments on commit 651ad37

Please sign in to comment.