From c58e7ee1b1c2cc3241665de6f62d71e83eaf55af Mon Sep 17 00:00:00 2001 From: Pierre Kisters <1524059+lhns@users.noreply.github.com> Date: Sun, 23 Jun 2024 14:05:03 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1c67e23..8f9e64e 100644 --- a/README.md +++ b/README.md @@ -13,10 +13,10 @@ This project is based on [typelevel/munit-cats-effect](https://github.com/typele ### build.sbt ```sbt // use this snippet for cats-effect 3 and the JVM -libraryDependencies += "de.lhns" %% "munit-tagless-final" % "0.2.1" % Test +libraryDependencies += "de.lhns" %% "munit-tagless-final" % "0.3.0" % Test // use this snippet for cats-effect 3 and JS, or cross-building -libraryDependencies += "de.lhns" %%% "munit-tagless-final" % "0.2.1" % Test +libraryDependencies += "de.lhns" %%% "munit-tagless-final" % "0.3.0" % Test ``` ## Example