Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidGregory084 authored Feb 18, 2022
1 parent 34e95dd commit 8b69bf9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ sbt-tpolecat is an SBT plugin for automagically configuring scalac options accor

It also enables the excellent [sbt-partial-unification](https://github.com/fiadliel/sbt-partial-unification) plugin for those Scala versions where it is needed.

As of version 0.1.11, it also supports setting options for Dotty.
As of version 0.1.11, it also supports setting options for Scala 3.x.

### Usage

Add the following to your project's `project/plugins.sbt`:

```scala
addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.1.20")
addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.1.21")
```

If necessary you can filter out scalac options that are unhelpful in the REPL from user-defined tasks or scopes.
Expand Down

0 comments on commit 8b69bf9

Please sign in to comment.