diff --git a/project/plugins.sbt b/project/plugins.sbt index 9a0e81af..4df73120 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,5 +1,5 @@ credentials += Credentials(Path.userHome / ".sbt" / ".credentials") addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.1.22") -addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.4.16") +addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.4.19") addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.3.6")