From 6880eac7cf40e146ff26552d13d75240366b6827 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 12 Jul 2023 16:22:48 +0000 Subject: [PATCH] Update sbt-tpolecat to 0.4.4 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 5e1e64a6..3c9451d7 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -6,6 +6,6 @@ addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "1.1.0") addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.9.2") addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.3.1") -addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.1.20") +addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.4.4") addSbtPlugin("com.github.gseitz" % "sbt-protobuf" % "0.6.5") libraryDependencies += "com.github.os72" % "protoc-jar" % "3.11.4" \ No newline at end of file