From 1a5ecad1e7deb4308bb385865519c2831f11f0e2 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 4 Mar 2023 18:56:48 +0000 Subject: [PATCH] Update sbt-typelevel to 0.4.19 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")