Skip to content

Commit

Permalink
Update sbt-mdoc to 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
47erbot committed Oct 20, 2023
1 parent f9a70a8 commit e36ab8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -35,7 +35,7 @@ lazy val documentation = project
.enablePlugins(MdocPlugin)

lazy val pluginSettings: Seq[Def.Setting[_]] = Seq(
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.3.8"),
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.4.0"),
addSbtPlugin("com.github.sbt" % "sbt-ghpages" % "0.7.0"),
addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "1.4.1"),
libraryDependencies ++= Seq(
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Expand Up @@ -5,6 +5,6 @@ addSbtPlugin("com.alejandrohdezma" % "sbt-github" % "0.11.11")
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")
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.3.8")
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.4.0")
addSbtPlugin("com.github.sbt" % "sbt-ghpages" % "0.7.0")
addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "1.4.1")

0 comments on commit e36ab8c

Please sign in to comment.