From 7cb961c202e1e61659706fc2186811f807fe7039 Mon Sep 17 00:00:00 2001 From: Alex Zolotko Date: Sun, 7 Apr 2024 00:07:23 +0000 Subject: [PATCH] Update sbt-tpolecat to 0.5.1 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index ce5a5fe..0ef91ce 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -5,4 +5,4 @@ addSbtPlugin("com.github.sbt" % "sbt-git" % "2.0.1") addSbtPlugin("com.rallyhealth.sbt" % "sbt-git-versioning" % "1.6.0") addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.10.0") addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1") -addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.0") +addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.1")