Skip to content

Commit

Permalink
Update sbt-microsites to 1.3.4 (#313)
Browse files Browse the repository at this point in the history
  • Loading branch information
LukaJCB authored May 7, 2021
1 parent 65562e6 commit 37612f4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@ val docs = project
micrositeGitterChannel := true,
micrositeGitterChannelUrl := "typelevel/cats-retry",
micrositeTwitterCreator := "@cbirchall",
micrositeCompilingDocsTool := WithMdoc,
mdocIn := (sourceDirectory in Compile).value / "mdoc",
micrositeShareOnSocial := true,
micrositePushSiteWith := GitHub4s,
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
addSbtPlugin("com.47deg" % "sbt-microsites" % "1.2.1")
addSbtPlugin("com.47deg" % "sbt-microsites" % "1.3.4")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.2")
addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.5")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.5.1")
Expand Down

0 comments on commit 37612f4

Please sign in to comment.