From 329faa4a60a18ea9b6f2216b2c3d7309fd185a49 Mon Sep 17 00:00:00 2001 From: Matej Cerny <35267431+matejcerny@users.noreply.github.com> Date: Mon, 27 Apr 2026 10:32:35 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a8e2fb3..3c033b3 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Add the rule to your build: ```scala ThisBuild / scalafixDependencies += - "org.polyvariant" %% "slowinferencechain" % version + "org.polyvariant" %% "SlowInferenceChain" % version ``` Then run Scalafix on your sources: