From 276e1f539ec6bf0e4bdace3c756190cc104f3354 Mon Sep 17 00:00:00 2001 From: fortyseven_degrees Date: Wed, 10 Jan 2024 05:09:44 +0000 Subject: [PATCH 1/3] Update sbt-github to 0.11.13 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 9443b827..9ee9bbff 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -9,7 +9,7 @@ addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.5.1") addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.5.0") addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0") addSbtPlugin("com.alejandrohdezma" % "sbt-codecov" % "0.2.1") -addSbtPlugin("com.alejandrohdezma" % "sbt-github" % "0.11.11") +addSbtPlugin("com.alejandrohdezma" % "sbt-github" % "0.11.13") addSbtPlugin("com.alejandrohdezma" % "sbt-github-header" % "0.11.11") addSbtPlugin("com.alejandrohdezma" % "sbt-github-mdoc" % "0.11.11") addSbtPlugin("com.alejandrohdezma" % "sbt-remove-test-from-pom" % "0.1.0") From 8a6e4045424c89f81beac6450ece5849f9d7132b Mon Sep 17 00:00:00 2001 From: fortyseven_degrees Date: Wed, 10 Jan 2024 05:09:46 +0000 Subject: [PATCH 2/3] Update sbt-github-header to 0.11.13 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 9ee9bbff..29cb17da 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -10,7 +10,7 @@ addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.5.0") addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0") addSbtPlugin("com.alejandrohdezma" % "sbt-codecov" % "0.2.1") addSbtPlugin("com.alejandrohdezma" % "sbt-github" % "0.11.13") -addSbtPlugin("com.alejandrohdezma" % "sbt-github-header" % "0.11.11") +addSbtPlugin("com.alejandrohdezma" % "sbt-github-header" % "0.11.13") addSbtPlugin("com.alejandrohdezma" % "sbt-github-mdoc" % "0.11.11") addSbtPlugin("com.alejandrohdezma" % "sbt-remove-test-from-pom" % "0.1.0") addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.0") From 943e39b8c18d4f2533baf91841353a6519eeed63 Mon Sep 17 00:00:00 2001 From: fortyseven_degrees Date: Wed, 10 Jan 2024 05:09:49 +0000 Subject: [PATCH 3/3] Update sbt-github-mdoc to 0.11.13 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 29cb17da..fab936cc 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -11,7 +11,7 @@ addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0") addSbtPlugin("com.alejandrohdezma" % "sbt-codecov" % "0.2.1") addSbtPlugin("com.alejandrohdezma" % "sbt-github" % "0.11.13") addSbtPlugin("com.alejandrohdezma" % "sbt-github-header" % "0.11.13") -addSbtPlugin("com.alejandrohdezma" % "sbt-github-mdoc" % "0.11.11") +addSbtPlugin("com.alejandrohdezma" % "sbt-github-mdoc" % "0.11.13") addSbtPlugin("com.alejandrohdezma" % "sbt-remove-test-from-pom" % "0.1.0") addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.0") addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2")