From bb17c63aa43ac428ec6d19c4766ac5876e14dc02 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 24 Feb 2020 13:24:32 +0100 Subject: [PATCH] Update sbt-tpolecat to 0.1.11 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 3c33d79b0a..047d568fc9 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -3,7 +3,7 @@ addSbtPlugin("io.crashbox" % "sbt-gpg" % "0.2.1") addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.6.4") addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "1.0.0") addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.4.0") -addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.1.10") +addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.1.11") val scalaJSVersion = Option(System.getenv("SCALAJS_VERSION")).filter(_.nonEmpty).getOrElse("0.6.32") addSbtPlugin("org.scala-js" % "sbt-scalajs" % scalaJSVersion)