From 1b487241d96487630485dded51663c9651324eab Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 17 Sep 2021 00:23:15 +0200 Subject: [PATCH] Update sbt-scalafix to 0.9.31 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 8440dcb8..57d19f60 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.30") +addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.31") addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.10.0") addSbtPlugin("com.github.eikek" % "sbt-openapi-schema" % "0.8.2") addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.1.2")