From 8b8d5d4bcd85ae27ce195e2e83e1aec85c9713fe Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 6 Jul 2023 23:24:31 +0000 Subject: [PATCH] Update sbt-tpolecat to 0.4.3 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 618b2e0f..393ad6b7 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -15,4 +15,4 @@ addSbtPlugin("com.47deg" % "sbt-microsites" % "1.3.4") addSbtPlugin("com.typesafe.sbt" % "sbt-ghpages" % "0.6.3") // Easily manage scalac settings across scala versions with this: -addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.1.19") +addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.4.3")