From 34a195ed8ffa240c3d5b240685a3cac2f6baa5aa Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 19 Feb 2022 10:10:35 +0100 Subject: [PATCH] Update sbt-tpolecat to 0.1.22 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 9b234e9..5bc9f5c 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -3,5 +3,5 @@ logLevel := Level.Warn libraryDependencies += "org.scala-sbt" %% "scripted-plugin" % sbtVersion.value addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.10") -addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.1.20") +addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.1.22") addSbtPlugin("com.codecommit" % "sbt-github-actions" % "0.14.2")