From ace7fa2a89c2386379c4f3ba6b2d1393cd26c234 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 8 Apr 2024 21:25:10 +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 6591c73..eb5e5bd 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,5 +1,5 @@ addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") -addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.0") +addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.1") addSbtPlugin("com.codecommit" % "sbt-github-actions" % "0.14.2") addSbtPlugin("io.shiftleft" % "sbt-ci-release-early" % "2.0.45") addSbtPlugin("com.dwijnand" % "sbt-dynver" % "4.1.1")