From f312eb8d14604c9820f7bd886f63b68e8b37ae58 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 25 Apr 2022 18:50:01 +0200 Subject: [PATCH] Update sbt-tpolecat to 0.3.1 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index d7fe24f9..bd4bdbf4 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,7 +1,7 @@ addSbtPlugin("com.codecommit" % "sbt-github-actions" % "0.14.2") addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.10") addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.7.0") -addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.3.0") +addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.3.1") addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.2.0") addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.10.0") addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.3.2")