Skip to content

Commit 3a66ea8

Browse files
Revert "Update sbt-github, sbt-github-header, ... to 0.10.0" (#1319)
This reverts commit f5e634e.
1 parent 3059999 commit 3a66ea8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

project/plugins.sbt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.3")
66
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.2.23")
77
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.6.0")
88
addSbtPlugin("com.alejandrohdezma" % "sbt-codecov" % "0.2.1")
9-
addSbtPlugin("com.alejandrohdezma" % "sbt-github" % "0.10.0")
10-
addSbtPlugin("com.alejandrohdezma" % "sbt-github-header" % "0.10.0")
11-
addSbtPlugin("com.alejandrohdezma" % "sbt-github-mdoc" % "0.10.0")
9+
addSbtPlugin("com.alejandrohdezma" % "sbt-github" % "0.9.3")
10+
addSbtPlugin("com.alejandrohdezma" % "sbt-github-header" % "0.9.3")
11+
addSbtPlugin("com.alejandrohdezma" % "sbt-github-mdoc" % "0.9.3")
1212
addSbtPlugin("com.alejandrohdezma" % "sbt-remove-test-from-pom" % "0.1.0")
1313
addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.1.20")
1414
addSbtPlugin("ch.epfl.scala" % "sbt-missinglink" % "0.3.2")

0 commit comments

Comments
 (0)