From bda560fce6c1ec854e6d705fe03456ffeedce46f Mon Sep 17 00:00:00 2001 From: David Gregory Date: Wed, 30 Mar 2022 15:19:18 +0100 Subject: [PATCH] Update README version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 738d00a..ac36fcf 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,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("io.github.davidgregory084" % "sbt-tpolecat" % "0.2.0") +addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.2.1") ``` Once you are using this plugin we recommend that you don't manipulate the `scalacOptions` key directly.