From 86ba3b54ef86496affe34e2453e0f71557e33035 Mon Sep 17 00:00:00 2001 From: felix-hedenstrom <39419603+felix-hedenstrom@users.noreply.github.com> Date: Mon, 9 Dec 2024 11:59:29 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 394f3a9..b9dc42e 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ As of version 0.1.11, it also supports setting options for Scala 3.x. Add the following to your project's `project/plugins.sbt`: ```scala -addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.0") +addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.2") ``` Once you are using this plugin we recommend that you don't manipulate the `scalacOptions` key directly.