We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
sbt-tpolecat
1 parent e46793f commit cf00371Copy full SHA for cf00371
project/plugins.sbt
@@ -2,7 +2,7 @@ ThisBuild / libraryDependencySchemes += "org.scala-lang.modules" %% "scala-xml"
2
3
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.4")
4
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.2")
5
-addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.5.2")
+addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.2")
6
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0")
7
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
8
addSbtPlugin("com.47deg" % "sbt-microsites" % "1.4.4")
0 commit comments