From b0995a5b12b7b1c0f1453bd37916012fcfeb4a31 Mon Sep 17 00:00:00 2001 From: "alejandrohdezma-steward[bot]" <80571129+alejandrohdezma-steward[bot]@users.noreply.github.com> Date: Wed, 19 Jan 2022 14:55:53 +0000 Subject: [PATCH] Update sbt-ci to 2.4.1 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 9eb2feb..e69f75b 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,6 +1,6 @@ addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.34") addSbtPlugin("com.alejandrohdezma" % "sbt-fix" % "0.7.0") -addSbtPlugin("com.alejandrohdezma" % "sbt-ci" % "2.4.0") +addSbtPlugin("com.alejandrohdezma" % "sbt-ci" % "2.4.1") addSbtPlugin("com.alejandrohdezma" % "sbt-github-header" % "0.11.2") addSbtPlugin("com.alejandrohdezma" % "sbt-github-mdoc" % "0.11.2") addSbtPlugin("com.alejandrohdezma" % "sbt-modules" % "0.2.0")