Skip to content

Commit

Permalink
Update version in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
danslapman committed Sep 22, 2024
1 parent 0475f47 commit 6e0ab48
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,14 @@ initially was a cats-based port of the excellent Kris Nuttycombe's [xenomorph](h
All You need is ~~love~~:

```
libraryDependencies += "com.github.danslapman" %% "morphling" % "2.7.0"
libraryDependencies ++= Seq(
"com.github.danslapman" %% "morphling" % "4.0.0", //core module
"com.github.danslapman" %% "morphling-circe" % "4.0.0",
"com.github.danslapman" %% "morphling-reactivemongo" % "4.0.0",
"com.github.danslapman" %% "morphling-typed-schema" % "4.0.0",
"com.github.danslapman" %% "morphling-scalacheck" % "4.0.0",
"com.github.danslapman" %% "morphling-tapir" % "4.0.0"
)
```

# Version compatibility table
Expand Down

0 comments on commit 6e0ab48

Please sign in to comment.