From 252dc85e1edb7809363a07ee6bcf9f7cff75080b Mon Sep 17 00:00:00 2001 From: eikek-scala-steward Date: Wed, 21 Sep 2022 06:48:39 +0000 Subject: [PATCH] Update sbt-scalafix to 0.10.3 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 54b4a75c..15bb5b41 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.10.2") +addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.10.3") addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0") addSbtPlugin("com.github.eikek" % "sbt-openapi-schema" % "0.9.0") addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.1.2")