Skip to content

Commit

Permalink
Release v1.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
darkfrog26 committed Jul 7, 2023
1 parent b971131 commit ac94901
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ The focus of this project is minimalism and flexibility. To that end, the featur
### Setup

For SBT simply include:
`libraryDependencies += "org.typelevel" %%% "fabric-core" % "1.12.1"`
`libraryDependencies += "org.typelevel" %%% "fabric-core" % "1.12.2"`

For parsing support include:
`libraryDependencies += "org.typelevel" %%% "fabric-io" % "1.12.1"`
`libraryDependencies += "org.typelevel" %%% "fabric-io" % "1.12.2"`

### Create

Expand Down Expand Up @@ -114,9 +114,6 @@ case class Person(name: String, age: Int)
object Person {
implicit val rw: RW[Person] = RW.gen[Person]
}

// Scala 3 only
case class Person(name: String, age: Int) derives RW
```

### Parse
Expand Down

0 comments on commit ac94901

Please sign in to comment.