Skip to content

Commit

Permalink
fix: Schema Terms (#666)
Browse files Browse the repository at this point in the history
* fix: Schema Terms

* run generateReadme

* run generateReadme again
  • Loading branch information
sangwoo-sean authored Mar 1, 2024
1 parent 00d999b commit 593c153
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 10 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,17 +39,17 @@ _ZIO Schema_ is used by a growing number of ZIO libraries, including [ZIO Flow](
In order to use this library, we need to add the following lines in our `build.sbt` file:

```scala
libraryDependencies += "dev.zio" %% "zio-schema" % "0.4.17"
libraryDependencies += "dev.zio" %% "zio-schema-avro" % "0.4.17"
libraryDependencies += "dev.zio" %% "zio-schema-bson" % "0.4.17"
libraryDependencies += "dev.zio" %% "zio-schema-json" % "0.4.17"
libraryDependencies += "dev.zio" %% "zio-schema-msg-pack" % "0.4.17"
libraryDependencies += "dev.zio" %% "zio-schema-protobuf" % "0.4.17"
libraryDependencies += "dev.zio" %% "zio-schema-thrift" % "0.4.17"
libraryDependencies += "dev.zio" %% "zio-schema-zio-test" % "0.4.17"
libraryDependencies += "dev.zio" %% "zio-schema" % "1.0.1"
libraryDependencies += "dev.zio" %% "zio-schema-avro" % "1.0.1"
libraryDependencies += "dev.zio" %% "zio-schema-bson" % "1.0.1"
libraryDependencies += "dev.zio" %% "zio-schema-json" % "1.0.1"
libraryDependencies += "dev.zio" %% "zio-schema-msg-pack" % "1.0.1"
libraryDependencies += "dev.zio" %% "zio-schema-protobuf" % "1.0.1"
libraryDependencies += "dev.zio" %% "zio-schema-thrift" % "1.0.1"
libraryDependencies += "dev.zio" %% "zio-schema-zio-test" % "1.0.1"

// Required for the automatic generic derivation of schemas
libraryDependencies += "dev.zio" %% "zio-schema-derivation" % "0.4.17"
libraryDependencies += "dev.zio" %% "zio-schema-derivation" % "1.0.1"
libraryDependencies += "org.scala-lang" % "scala-reflect" % scalaVersion.value % "provided"
```

Expand Down
15 changes: 14 additions & 1 deletion zio-schema/shared/src/main/scala/zio/schema/Schema.scala
Original file line number Diff line number Diff line change
Expand Up @@ -4565,7 +4565,7 @@ object Schema extends SchemaPlatformSpecific with SchemaEquality {
with (Field6, A6)
with (Field7, A7)
with (Field8, A8)
with (Field8, A9)
with (Field9, A9)

override type FieldNames = Field1
with Field2
Expand Down Expand Up @@ -4799,6 +4799,7 @@ object Schema extends SchemaPlatformSpecific with SchemaEquality {
with (Field6, A6)
with (Field7, A7)
with (Field8, A8)
with (Field9, A9)
with (Field10, A10)

override type FieldNames = Field1
Expand Down Expand Up @@ -5075,6 +5076,7 @@ object Schema extends SchemaPlatformSpecific with SchemaEquality {
with (Field6, A6)
with (Field7, A7)
with (Field8, A8)
with (Field9, A9)
with (Field10, A10)
with (Field11, A11)

Expand Down Expand Up @@ -5370,6 +5372,7 @@ object Schema extends SchemaPlatformSpecific with SchemaEquality {
with (Field6, A6)
with (Field7, A7)
with (Field8, A8)
with (Field9, A9)
with (Field10, A10)
with (Field11, A11)
with (Field12, A12)
Expand Down Expand Up @@ -5684,6 +5687,7 @@ object Schema extends SchemaPlatformSpecific with SchemaEquality {
with (Field6, A6)
with (Field7, A7)
with (Field8, A8)
with (Field9, A9)
with (Field10, A10)
with (Field11, A11)
with (Field12, A12)
Expand Down Expand Up @@ -6017,6 +6021,7 @@ object Schema extends SchemaPlatformSpecific with SchemaEquality {
with (Field6, A6)
with (Field7, A7)
with (Field8, A8)
with (Field9, A9)
with (Field10, A10)
with (Field11, A11)
with (Field12, A12)
Expand Down Expand Up @@ -6370,6 +6375,7 @@ object Schema extends SchemaPlatformSpecific with SchemaEquality {
with (Field6, A6)
with (Field7, A7)
with (Field8, A8)
with (Field9, A9)
with (Field10, A10)
with (Field11, A11)
with (Field12, A12)
Expand Down Expand Up @@ -6744,6 +6750,7 @@ object Schema extends SchemaPlatformSpecific with SchemaEquality {
with (Field6, A6)
with (Field7, A7)
with (Field8, A8)
with (Field9, A9)
with (Field10, A10)
with (Field11, A11)
with (Field12, A12)
Expand Down Expand Up @@ -7137,6 +7144,7 @@ object Schema extends SchemaPlatformSpecific with SchemaEquality {
with (Field6, A6)
with (Field7, A7)
with (Field8, A8)
with (Field9, A9)
with (Field10, A10)
with (Field11, A11)
with (Field12, A12)
Expand Down Expand Up @@ -7549,6 +7557,7 @@ object Schema extends SchemaPlatformSpecific with SchemaEquality {
with (Field6, A6)
with (Field7, A7)
with (Field8, A8)
with (Field9, A9)
with (Field10, A10)
with (Field11, A11)
with (Field12, A12)
Expand Down Expand Up @@ -7982,6 +7991,7 @@ object Schema extends SchemaPlatformSpecific with SchemaEquality {
with (Field6, A6)
with (Field7, A7)
with (Field8, A8)
with (Field9, A9)
with (Field10, A10)
with (Field11, A11)
with (Field12, A12)
Expand Down Expand Up @@ -8434,6 +8444,7 @@ object Schema extends SchemaPlatformSpecific with SchemaEquality {
with (Field6, A6)
with (Field7, A7)
with (Field8, A8)
with (Field9, A9)
with (Field10, A10)
with (Field11, A11)
with (Field12, A12)
Expand Down Expand Up @@ -8926,6 +8937,7 @@ object Schema extends SchemaPlatformSpecific with SchemaEquality {
with (Field6, A6)
with (Field7, A7)
with (Field8, A8)
with (Field9, A9)
with (Field10, A10)
with (Field11, A11)
with (Field12, A12)
Expand Down Expand Up @@ -9484,6 +9496,7 @@ object Schema extends SchemaPlatformSpecific with SchemaEquality {
with (Field6, A6)
with (Field7, A7)
with (Field8, A8)
with (Field9, A9)
with (Field10, A10)
with (Field11, A11)
with (Field12, A12)
Expand Down

0 comments on commit 593c153

Please sign in to comment.