From f0bf56928b8400eb8cafff1a5ed8d361dfba6b14 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 27 May 2021 00:28:12 +0200 Subject: [PATCH] Update sbt-tpolecat to 0.1.19 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index f05ad05..5a64afb 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -2,6 +2,6 @@ addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.7") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.2") -addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.1.18") +addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.1.19") addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.5.3")