From 6e0ab48fdb48f254873c4c0c4d73a9b67a314caa Mon Sep 17 00:00:00 2001 From: Daniel Slapman Date: Sun, 22 Sep 2024 15:07:15 +0200 Subject: [PATCH] Update version in readme --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6b4db65..dfa7060 100644 --- a/README.md +++ b/README.md @@ -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