Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
julianpeeters committed Sep 26, 2023
1 parent 78d9d85 commit 8d6a854
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# schemabuilder4cats
- **Library for Scala 3.3.0 (JVM only)**
- **Depends on Avro 1.11.1**
- **Library for Scala 3 (JVM only)**
- **Depends on Avro 1.11.3**

### Installation

Expand All @@ -9,14 +9,14 @@ Build schemas secure in the knowledge that we won't be causing side-effects.
##### Add the dependency

```
"com.julianpeeters" %% "schemabuilder4cats" % "0.1.2"
"com.julianpeeters" %% "schemabuilder4cats" % "0.1.3"
```

### Usage

The `SchemaBuilder` API is modelled after Apache Avro Java 1.11.1 API.
The `SchemaBuilder` API is modelled after Apache Avro Java 1.11.3 API.
Please see the corresponding `org.apache.avro.SchemaBuilder`
[Javadoc](https://avro.apache.org/docs/1.11.1/api/java/) for documentation.
[Javadoc](https://avro.apache.org/docs/1.11.3/api/java/) for documentation.

##### Example:

Expand Down

0 comments on commit 8d6a854

Please sign in to comment.