From 4364bfdb4bf078be2772e08a630b75457dae84bc Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 4 Dec 2020 10:28:39 +0100 Subject: [PATCH] Update sbt-tpolecat to 0.1.16 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index af4705f..80fe3e1 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,5 +1,5 @@ addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.4") -addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.1.15") +addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.1.16") addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.6.4") addSbtPlugin("org.tpolecat" % "tut-plugin" % "0.6.13") addSbtPlugin("com.47deg" % "sbt-microsites" % "0.9.7")