File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -83,10 +83,10 @@ individual to individual. `-Xlint` is valuable to enable. Some brave
83
83
people enable ` -Werror ` (formerly ` -Xfatal-warnings ` ) to make warnings
84
84
fatal.
85
85
86
- [ sbt-tpolecat] ( https://github.com/DavidGregory084 /sbt-tpolecat ) is an
86
+ [ sbt-tpolecat] ( https://github.com/typelevel /sbt-tpolecat ) is an
87
87
opinionated sbt plugin that sets many options automatically, depending
88
88
on Scala version; you can see
89
- [ here] ( https://github.com/DavidGregory084 /sbt-tpolecat/blob/master /src/main/scala/io/github/davidgregory084/TpolecatPlugin.scala )
89
+ [ here] ( https://github.com/typelevel /sbt-tpolecat/blob/main/plugin /src/main/scala/io/github/davidgregory084/TpolecatPlugin.scala )
90
90
what it sets. Some choices it makes are oriented towards
91
91
pure-functional programmers.
92
92
You can’t perform that action at this time.
0 commit comments