From 0e9ae8983d165bc50e619a1f8539a64bb1c98a14 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 9 Jan 2023 18:12:13 +0000 Subject: [PATCH] Update sbt-tpolecat to 0.4.2 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 1dad367..5041e0e 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.4.1") +addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.4.2") addSbtPlugin("ch.epfl.scala" % "sbt-release-early" % "2.1.1") addSbtPlugin("ch.epfl.lamp" % "sbt-dotty" % "0.5.5") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.4")