Skip to content

Commit 5829a45

Browse files
authored
Update sbt-github, sbt-github-header, ... to 0.11.0
1 parent 89201b7 commit 5829a45

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

project/plugins.sbt

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.3")
55
addSbtPlugin("com.47deg" % "sbt-microsites" % "1.3.4")
66
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.2.24")
77
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.6.0")
8-
addSbtPlugin("com.alejandrohdezma" %% "sbt-github" % "0.10.1")
9-
addSbtPlugin("com.alejandrohdezma" % "sbt-github-header" % "0.10.1")
10-
addSbtPlugin("com.alejandrohdezma" % "sbt-github-mdoc" % "0.10.1")
8+
addSbtPlugin("com.alejandrohdezma" %% "sbt-github" % "0.11.0")
9+
addSbtPlugin("com.alejandrohdezma" % "sbt-github-header" % "0.11.0")
10+
addSbtPlugin("com.alejandrohdezma" % "sbt-github-mdoc" % "0.11.0")
1111
addSbtPlugin("com.alejandrohdezma" % "sbt-mdoc-toc" % "0.3.0")
1212
addSbtPlugin("com.alejandrohdezma" % "sbt-remove-test-from-pom" % "0.1.0")

0 commit comments

Comments
 (0)