Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidGregory084 committed Feb 18, 2022
1 parent c4de40a commit 5d5688f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true

[*.scala]
[*.{scala,sbt}]
indent_style = space
indent_size = 2
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.1.21")
addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.1.22")
```

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 5d5688f

Please sign in to comment.